Mailboxes
Delete auth
Puts the mailbox into the re-authentication state rather than deleting anything: mail fetching is deactivated, the status becomes require-reauth and an email asking for the mailbox to be reconnected is sent to every Owner and Admin of the workspace. The OAuth identifier currently stored on the mailbox has to be sent in, a stale one is rejected.
POST
/api/{tenant:minlength(2)}/v{version:apiVersion}/mailboxes/delete_auth
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_mailbox_delete_auth | Body |
Request body example
Response
Response body example
DTO_mailbox_delete_auth
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| oauth2 | DTO_external_auth_oauth2 | Oauth2 | |
| id | Int32 | Id |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
DTO_external_auth_oauth2
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| identifier | String | Identifier | |
| authorized_account | String | ReadOnly | Authorized account |
Generated Aug 4, 2026 18:37