Description
Deletes a Delegation Signer (DS) Record for a Domain Registration Order.
Parameters
| Name | Data Type | Required / Optional | Description | 
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter | 
| api-key | String | Required | Authentication Parameter | 
| order-id | Integer | Required | Order ID associated with the domain name for which you want to delete the DS record | 
| attr-name | Map[name] | Required | Mapping key of the details associated with a DS Record. Refer the description of attr-value. | 
| attr-value | Map[value] | Required | Mapping value of the details associated with a DS Record. This together with attr-name shall contain the details. 
 | 
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/del-dnssec.xml?auth-userid=0&api-key=key&order-id=0&attr-name1=keytag&attr-value1=123&attr-name2=algorithm&attr-value2=3&attr-name3=digesttype&attr-value3=1&attr-name4=digest&attr-value4=49FD46E6C4B45C55D4AC49FD46E6C4B45C55D111 
Response
Returns a hash map containing the below details:
- 
Domain Name (description) 
- 
Order ID of the Domain Registration Order (entityid) 
- 
Action Type (actiontype) 
- 
Description of the Delete DS Record Action (actiontypedesc) 
- 
Action ID of the Delete DS Record Action (eaqid) 
- 
Delete DS Record Action Status (actionstatus) 
- 
Description of the Delete DS Record Action Status (actionstatusdesc) 
In case of any errors, a status key with value as ERROR along with an error message will be returned.
