Description
Disables domain forwarding for a domain name.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
domain-name | String | Required | Domain name for which you want to disable domain forwarding. |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domainforward/delete.json?auth-userid=0&api-key=key&domain-name=domain-name.com
Response
Returns TRUE if domain forwarding is removed for the domain.
In case of any errors, a status key with value as ERROR along with an error message will be returned.