Skip to main content
DELETE
/
distributions
/
{distributionID}
/
cache-rules
/
{cacheRuleID}
Delete Cache Rules
curl --request DELETE \
  --url https://api.tenbyte.com/v1/distributions/{distributionID}/cache-rules/{cacheRuleID} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

distributionID
string
required
cacheRuleID
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

The response is of type object.