Features Pricing Regions Support Start free Log in FR

Delete a site

Permanently deletes the site and all associated sitemaps, boosts, and run history. This action is irreversible.

DELETE /v1/sites/{id}

Requires scope: sites:write

Path parameters

ParameterTypeRequiredDescription
id integer Required Site ID.

Example request

curl -X DELETE https://api.cache-boost.com/v1/sites/42 \
  -H "Authorization: Bearer cb_live_YOUR_KEY"

Response

Returns 204 No Content with no response body.

Deleting a site permanently removes all associated sitemaps, boosts, and run history.

Errors

CodeDescription
401Missing or invalid API key.
403Insufficient scope or access denied.
404Site not found.