Features Pricing Regions Support Start free Log in FR

Delete a sitemap

Removes a sitemap and all its extracted URLs.

DELETE /v1/sitemaps/{id}

Requires scope: sites:write

Path parameters

ParameterTypeRequiredDescription
id integer Required Sitemap ID.

Example request

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

Response

Returns 204 No Content with no response body.

Errors

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