Deleting one or all existing CERT 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.
REST Syntax
Click to view all REST Resources |
/REST/CERTRecord/ DELETE — Delete one or all existing CERT Records from the specified zone/node. HTTP Action — DELETE URIs: Delete one CERT record — https://api.dynect.net/REST/CERTRecord/<zone>/<fqdn>/<record_id>/ Delete all CERT records — https://api.dynect.net/REST/CERTRecord/<zone>/<fqdn>/ |
Arguments:
No Arguments. |
Response:
Not Applicable. |
SOAP Syntax
Click to view all SOAP Commands |
DeleteOneCERTRecord — Delete the indicated CERT record from the specified zone/node. DeleteCERTRecords — Delete all CERT records from the specified zone/node. |
Arguments:
DeleteOneCERTRecord — Click for More Info DeleteCERTRecords — Click for More Info |
Response:
Not Applicable. |
Example Request (DeleteOneCERTRecord) — Click for More Info |
Example Request (DeleteCERTRecords) — Click for More Info |