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