Deleting TLSA 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 6698 for more information about TLSA records.

REST Syntax

Click to view all REST Resources
/REST/TLSARecord/ DELETE — Delete one or all existing TLSA Record on the zone/node indicated.

HTTP Action — DELETE

URIs:
Delete One TLSA Record — https://api.dynect.net/REST/TLSARecord/<zone>/<fqdn>/<recordID>/
Delete TLSA Records — https://api.dynect.net/REST/TLSARecord/<zone>/<fqdn>/

Arguments — No Arguments.
Response — Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneTLSARecord — Delete one TLSA Record on the zone/node indicated.
DeleteTLSARecord — Delete all TLSA Records on the zone/node indicated.
Arguments —

DeleteOneTLSARecordClick for More Info

DeleteTLSARecordClick for More Info

Response — Not Applicable.
Example Request —

DeleteOneTLSARecordClick for More Info

DeleteTLSARecordClick for More Info