DELETE Exchange Mailbox Blackberry
From Hostway API Documentation
Removes Blackberry to an existing Exchange Mailbox
DELETE /accounts/{account-number}/exchange/{domain-name}/mailboxes/{username}/blackberry/
Contents |
Parameters
- account_number - string
- The account-number that the Exchange resource belongs to
- domain_name - string
- The domain-name that is associated with the Exchange resource
- username - string
- The username of the requested mailbox
Request Body
No Request body.
Response Body
No Response body.
Response Codes
- 204
- No Content
- 405
- Unsupported method
- 404
- Blackberry not activated for that mailbox
- 502
- Internal server error
Examples
DELETE {server_name}/accounts/{account_number}/exchange/{domain_name}/mailboxes/{username}/blackberry
- Request Headers:
Content-Type:application/json Charset=UTF-8 Authorization:Base64-encoded username & password string
- Response: No Content (204)