Deskhero Developer Hub
Back to deskhero.com
Groups

Delete

Soft deletes the group and soft deletes every membership on it, while tickets and other records that point at the group are left as they are. Only groups of type CUSTOM can be deleted, and the call fails while any mailbox still delivers into the group, so move or delete those first.

DELETE /api/{tenant:minlength(2)}/v{version:apiVersion}/groups/{id}
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37