Delete a boost
Permanently deletes a boost and all its run history.
DELETE
/v1/boosts/{id}
Requires scope: boosts:write
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
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
| Code | Description |
|---|---|
401 | Missing or invalid API key. |
403 | Insufficient scope or access denied. |
404 | Boost not found. |