Deleting an existing RTTM 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.

REST Syntax

Click to view all REST Resources

/REST/RTTM/ DELETE — Delete an existing RTTM service.

HTTP Action — DELETE

URI — https://api.dynect.net/REST/RTTM/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneRTTM — Delete an existing RTTM service.

Arguments :

  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string zoneRequired. Name of the zone.
  • string tokenRequired. The session identifier.
Response:

  • integer task_id – The number assigned to the task to delete one RTTM instance.
  • Example Request — Click for More Info