DELETE Exchange Mailbox Archiving

From Hostway API Documentation
Jump to: navigation, search

Removes Archiving to an existing Exchange Mailbox

DELETE /accounts/{account-number}/exchange/{domain-name}/mailboxes/{username}/archiving/

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
Archiving not activated for that mailbox
502
Internal server error

Examples

DELETE {server_name}/accounts/{account_number}/exchange/{domain_name}/mailboxes/{username}/archiving

- Request Headers:

   Content-Type:application/json
   Charset=UTF-8
   Authorization:Base64-encoded username & password string

- Response: No Content (204)

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox