Skip to main content

Delete Support Group

DELETE 

/api/support/admin/groups/:group

Deletes a support group. Tickets are never reassigned: the delete is refused with 422 (under group) while any ticket of any status still carries the group's key — move those tickets to another group first. The default group cannot be deleted either; make another group the default first.

Required scope: support:write

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

Response: 204 with an empty body.

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