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