DELETE Exchange Email Encryption

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

Latest revision as of 00:59, 2 July 2014

Delete an Email Encryption

DELETE /accounts/{account_number}/exchange/{domain_name}/emailEncryption/

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

[edit] Request Body

 
No Request body.
  

[edit] Response Body

 
No Response body.
  

[edit] Expected Response Codes

204
No Content
400
Encryption already disabled
404
Non-existent resource
405
Unsupported method
502
Internal server error

[edit] Examples

DELETE {server_name}/accounts/account1234/exchange/ng-test-domain-123.com/emailEncryption/

- Request Headers:

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

- Request Body:

no-body

- Response: No Content (204)

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox