Skip to main content

Delete Support Rule

DELETE 

/api/support/admin/rules/:rule

Permanently deletes a custom automation rule. Built-in rules (is_system: true) cannot be deleted — switch them off with Update Support Rule instead; attempting to delete one fails with a 422. Events the rule already recorded on tickets are kept. Returns an empty 204 response.

Required scope: support:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Bearer token with the support:write scope, or an authenticated session, from a caller with an active support role who also holds the support admin role. No tenant context — this endpoint is central.

Request

Responses

No Content

Response Headers
    Content-Type