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