Deleting an existing Geo Node (Classic) 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.

NOTE: The Geo Traffic Management (classic) Service is deprecated. Legacy users of the service should contact Concierge for any questions on adding a Geo Traffic Management (classic) service to your zone. All other users should use Traffic Director instead.

REST Syntax

Click to view all REST Resources

/REST/GeoNode/ DELETE — Delete an existing Geo node (Classic).

HTTP Action — DELETE

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneGeoNode — Delete an existing node from an instance of the Geo service (Classic).

Arguments :

  • string service_nameRequired. Name of the service where the region group will be created.
  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string zoneRequired. Name of the zone.
  • string tokenRequired. The session identifier.
Response:

Not Applicable.

Example Request — Click for More Info