Accounts-account-email-domain-blackwhitelist-address:DELETE
From Hostway API Documentation
(Difference between revisions)
(→Status Code) |
Mike.robski (Talk | contribs) m (1 revision: Release 109) |
Latest revision as of 12:14, 24 July 2015
DELETE /accounts/{account}/email/{domain}/blackwhitelist/{address}
Remove black/white listed address
Contents |
Request
DELETE /accounts/{account}/email/{domain}/blackwhitelist/{address}
URI Parameters
- account - string
- domain - string
- address - string
Request Headers
- Authorization - HTTP Authorization header [1]
- The Authentication credentials of the client application.
- Content-Type
- Required. Set this header to
application/json; charset=UTF-8
Response
Status Code
- 204 No Content
- Success
- 401 Unauthorized
- The supplied credentials are invalid or do not provide permissions for this operation.
- 404 Not Found
- The domain name or address does not exist.
Examples
Delete address from black/white list
Request
DELETE /accounts/account-number/email/test.com/blackwhitelist/mb1-white20150114-0113@somedomain.com
Response
204 No Content