Delete a rewrite rule
DELETE
/api/zones/{zoneId}/rewrite-rules/{id}
Removes the rewrite rule from the zone. Remaining rules keep their relative order.
Authorizations
ApiToken
Long-lived API token created via POST /api/api-tokens (returned once in plaintext).
Type
API Key (header: X-API-TOKEN)
or
JWT
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Type
HTTP (bearer)
Parameters
Path Parameters
zoneId*
Zone identifier
Type
Requiredstring
id*
rewrite-rule identifier
Type
Requiredstring
Responses
rewrite-rule resource deleted
