Deleting one or all existing RP 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 1183 for more information about RP Records.

REST Syntax

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

HTTP Action — DELETE

URIs:

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

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneRPRecord — Delete one existing RP Record on the zone/node indicated.

DeleteRPRecords — Delete all existing RP Records on the zone/node indicated.

Arguments:

DeleteOneRPRecord — Click for More Info

DeleteRPRecords — Click for More Info

Response:

Not Applicable.

Example Request (DeleteOneRPRecord) — Click for More Info

Example Request (DeleteRPRecords) — Click for More Info