Deleting a Delegation Signer (DS) Record

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.

  • To delete a DS Record associated with a Domain Registration Order:

    • keytag: Key Tag value associated with the DS Record

    • algorithm: Algorithm associated with the DS Record

    • digesttype: Digest Type associated with the DS Record. Applicable values are 1, 2 & 3 for .COM / .NET and 1 & 2 for other domain name extensions.

    • digest: Digest associated with the DS Record - a 40-character string for Digest Type value 1 and a 64-character string for Digest Type values 2 and 3

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.