Deleting one or all Delegation Signer (DS) records using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

See RFC 4034 for more information about DS records.

REST Syntax

Click to view all REST Resources
/REST/DSRecord/ DELETE — Deletes one or all existing DS record on the designated node.

HTTP Action — DELETE

URIs:

Delete one DS record — https://api.dynect.net/REST/DSRecord/<zone>/<fqdn>/<record_id>/

Delete all DS records — https://api.dynect.net/REST/DSRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneDSRecord — Deletes one existing DS record at the zone/node indicated.

DeleteDSRecords — Deletes all existing DS records.

Arguments:

DeleteOneDSRecord — Click for More Info

DeleteDSRecords:

  • string fqdnRequired. Name of node where the record exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone where the record exists.
Response:

Not Applicable

Example Request(DeleteOneDSRecord) — Click for More Info

Example Request(DeleteDSRecords) — Click for More Info