Deleting one or all existing SSHFP 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 4255 for more information about SSHFP Records.
REST Syntax
Click to view all REST Resources |
/REST/SSHFPRecord/ DELETE — Delete one or all existing SSHFP Records on the zone/node indicated.
HTTP Action — DELETE URIs: Delete one SSHFP record — https://api.dynect.net/REST/SSHFPRecord/<zone>/<fqdn>/<record_id>/ Delete all SSHFP records — https://api.dynect.net/REST/SSHFPRecord/<zone>/<fqdn>/ |
Arguments:
No Arguments. |
Response:
Not Applicable. |
SOAP Syntax
Click to view all SOAP Commands |
DeleteOneSSHFPRecord — Delete one existing SSHFP Record on the zone/node indicated.
DeleteSSHFPRecords — Delete all existing SSHFP Records on the zone/node indicated. |
Arguments:
DeleteOneSSHFPRecord — Click for More Info DeleteSSHFPRecords — Click for More Info |
Response:
Not Applicable. |
Example Request (DeleteOneSSHFPRecord) — Click for More Info |
Example Request (DeleteSSHFPRecords) — Click for More Info |