DELETE Exchange Email Encryption
From Hostway API Documentation
Delete an Email Encryption
DELETE /accounts/{account_number}/exchange/{domain_name}/emailEncryption/
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
Request Body
No Request body.
Response Body
No Response body.
Expected Response Codes
- 204
- No Content
- 400
- Encryption already disabled
- 404
- Non-existent resource
- 405
- Unsupported method
- 502
- Internal server error
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)