Knowledge Base
Categories: Business & Enterprise Email API
Delete Admin Forwards for Business and Enterprise Email via API
When you want to remove admin email forwarding addresses for Business and Enterprise Email using the API. This article explains the required parameters, supported order types, and API request format for deleting admin forwards.
Description
Deletes admin forwards.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Your Live Account Reseller Id |
| api-key | String | Required | An alphanumeric code that can be used to authenticate your API calls |
| order-id | Integer | Required | Order ID of the Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order |
| String | Required | Email address of user | |
| forwards | String | Required | Comma-separated email addresses |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/mail/user/delete-admin-forwards.json?auth-userid=0&api-key=key&order-id=0&email=username@domainname.com&forwards=user1@domainname.com,user2@domainname.com
Response
Returns "SUCCESS" as the status if admin forwards deleted successfully.
Did you find this article helpful?