Deleting one or all child 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 7344 for more information about CDS records.

REST Syntax

Click to view all REST Resources
/REST/CDSRecord/ DELETE — Deletes one or all existing CDS record on the designated node. NOTE: CDS records MUST be at the child zone apex.

HTTP Action — DELETE

URIs:

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

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneCDSRecord — Deletes one existing CDS record at the zone/node indicated. NOTE: CDS records MUST be at the child zone apex.

DeleteCDSRecords — Deletes all existing CDS records.

Arguments:

DeleteOneCDSRecord — Click for More Info

DeleteCDSRecords:

  • 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(DeleteOneCDSRecord) — Click for More Info

Example Request(DeleteCDSRecords) — Click for More Info