Deleting an existing RTTM region 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/RTTMRegion/ DELETE — Delete an existing RTTM region. Deleted regions will be auto-populated from the global region.

HTTP Action — DELETE

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneRTTMRegion — Delete an existing RTTM region. Deleted regions will be auto-populated from the global region.

Arguments:

  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string zoneRequired. Name of the zone.
  • string region_codeRequired. Name of the region.
    Valid values: US West, US Central, US East, EU West, EU Central, EU East, Asia, global
  • string tokenRequired. The session identifier.
Response:

Not Applicable.

Example Request — Click for More Info