Mailboxes / Delete auth
Removes authentication for a mailbox.
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/mailboxes/delete_auth
Method: POST
Authorisation: Minimum role: ADMIN
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
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 |