Accounts-account-email-domain-usernames-mailboxName-forwards-fwdmailbox:DELETE
From Hostway API Documentation
(Difference between revisions)
m (moved Accounts-account-email-domain-usernames-mailbox-forwards-fwdmailbox:DELETE to Accounts-account-email-domain-usernames-mailboxName-forwards-fwdmailbox:DELETE) |
Mike.robski (Talk | contribs) m (1 revision: Release 87) |
Latest revision as of 15:24, 15 November 2013
DELETE accounts/{account}/email/{domain}/usernames/{mailbox}/forwards/{fwd-mailbox}
Deletes forwarding for specified mailbox,domain and account.
Contents |
Request
DELETE accounts/{account}/email/{domain}/usernames/{mailbox}/forwards/{fwd-mailbox}
URI Parameters
- account - string
- domain - string
- mailbox - string
- fwd-mailbox - string
- Target mailbox forwarding to be deleted.
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 does not exist.
Examples
Sucess deleting mailbox forwarding
Request
DELETE accounts/{account}/email/test.com/usernames/test/forwards/test-fwd-mailbox
Response
204 No Content
See also