Deleting one or all existing KEY 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 2535 for more information about KEY records.

REST Syntax

Click to view all REST Resources
/REST/KEYRecord/ DELETE — Delete one or all existing KEY Records on the zone/node indicated.

HTTP Action — DELETE

URIs:

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

Delete KEY records — https://api.dynect.net/REST/KEYRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneKEYRecord — Delete one existing KEY Record on the zone/node indicated.

DeleteKeyRecords — Delete all existing KEY Records on the zone/node indicated.

Arguments:

DeleteOneKEYRecord — Click for More Info

DeleteKEYRecords — Click for More Info

Response:

Not Applicable.

Example Request (DeleteOneKEYRecord) — Click for More Info

Example Request (DeleteKEYRecords) — Click for More Info