Description
Deletes the specified record.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
host | String | Required | Hostname of the record to be deleted |
value | String | Required | Value of the record to be deleted |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/dns/manage/delete-record.json?auth-userid=0&api-key=key&domain-name=domain.com&host=ns&value=ns1.domain.com
Response
Returns Success as the status of the response if the record is deleted successfully or record does not exist.
In case of any error, an error key with error description (as value) will be returned.