DELETE Exchange Mailbox Archiving

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
 
m (1 revision: Release 95)
 

Latest revision as of 23:59, 1 July 2014

Removes Archiving to an existing Exchange Mailbox

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

Contents

[edit] 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

[edit] Request Body

 
No Request body.
  

[edit] Response Body

 
No Response body.
  

[edit] Response Codes

204
No Content
405
Unsupported method
404
Archiving not activated for that mailbox
502
Internal server error

[edit] 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