DELETE Exchange Mailing List
From Hostway API Documentation
Revision as of 23:59, 1 July 2014 by Mike.robski (Talk | contribs)
Delete an Exchange Mailing List
DELETE /accounts/{account_number}/exchange/{domain_name}/mailingLists/{mailing_list_name}
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
- mailing_list_name - string
- The name of the mailing list to be deleted
Request Body
No Request body.
Response Body
null
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/mailingLists/test_mailing_list
- Request Headers:
Content-Type:application/json Charset=UTF-8 Authorization:Base64-encoded username & password string
- Request Body:
no-body
- Response: No Content (204)