Delete a edge-cache-rule
DELETE /edge-cache-rules/{id}
DELETE
/edge-cache-rules/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”Deleted
object
data
object
path_pattern
required
URL path pattern matched by this rule, e.g. /static/* or /api/*.
string
ttl_seconds
Cache TTL in seconds. 0 = bypass (do not cache).
integer
query_string_caching
Controls how query strings affect the cache key.
string
cookie_forwarding
Controls whether cookies are forwarded to the origin.
string
compress
Whether the CDN should compress eligible responses (gzip/Brotli).
boolean
allowed_methods
HTTP methods allowed through this behavior (string[]), e.g. [“GET”,“HEAD”].
is_active
Whether this rule is currently applied to the distribution.
boolean
cdn_distribution
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found