Mailboxes
Delete
Soft deletes the mailbox and its stored authentication, and cancels the Microsoft Graph subscription that pushed new mail in (Google subscriptions are left to expire on their own). Tickets, conversations and imports already created from the mailbox are left untouched.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/mailboxes/{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