Deleting one or more existing NAPTR 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 2915 for more information about NAPTR Records.

REST Syntax

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

HTTP Action — DELETE

URIs:

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

Delete all NAPTR records — https://api.dynect.net/REST/NAPTRRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DELETEOneNAPTRRecord — Delete an existing NAPTR Record on the zone/node indicated.

DELETENAPTRRecords — Delete all existing NAPTR Records on the zone/node indicated.

Arguments:

DELETEOneNAPTRRecord — Click for More Info

DELETENAPTRRecords — Click for More Info

Response:

Not Applicable.

Example Request (DeleteOneNAPTRRecord) — Click for More Info

Example Request (DeleteNAPTRRecord) — Click for More Info