DELETE Exchange Email Alias

From Hostway API Documentation
Jump to: navigation, search

Delete an Email Alias

DELETE /accounts/{account_number}/exchange/{domain_name}/emailAlias/{alias}

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
alias - string
The email username of the specific email alias

Request Body

 
No Request body.
  

Response Body

 
No Response body.
  

Expected Response Codes

204
No Content
404
Non-existent resource
405
Unsupported method
502
Internal server error

Examples

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

- 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