Skip to main content
DELETE
/
pullzone
/
{pullZoneId}
/
edgerules
/
{edgeRuleId}
Delete Edge Rule
curl --request DELETE \
  --url https://api.bunny.net/pullzone/{pullZoneId}/edgerules/{edgeRuleId} \
  --header 'AccessKey: <api-key>'

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

pullZoneId
integer<int64>
required

The ID of the Pull Zone that contains the Edge Rule

edgeRuleId
string
required

The ID of the Edge Rule that should be deleted

Response

The Edge Rule was successfuly deleted