Features Pricing Regions Support Start free Log in FR

Delete a boost

Permanently deletes a boost and all its run history.

DELETE /v1/boosts/{id}

Requires scope: boosts:write

Path parameters

ParameterTypeRequiredDescription
id integer Required Boost ID.

Example request

curl -X DELETE https://api.cache-boost.com/v1/boosts/15 \
  -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.
404Boost not found.