Delete Support Macro
DELETE/api/support/admin/macros/:macro
Permanently deletes a macro. Agents can no longer pick or render it; replies already sent with it are unaffected. Returns an empty 204 response.
support:writeGrant 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
- 204
- 401
- 403
- 404
- 429
No Content
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
Response Headers
Not Found
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.