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}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37