Deleting one Geo Region Group (classic) in the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

Please use the ISO-3166 two letter codes for assigning countries to groups.

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 service to your zone. All other users should use Traffic Director instead.

REST Syntax

Click to view all REST Resources

/REST/GeoRegionGroup/ DELETE — Deletes one existing Region Group on the Geo Service indicated.

HTTP Action — DELETE

URIs: — https://api.dynect.net/REST/GeoRegionGroup/<service_name>/<group_name>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneGeoRegionGroup — Deletes an existing Region Group on the Geo Service indicated.

Arguments:

  • string service_nameRequired. Name of the service where the Region Group exists.
  • array nameRequired. The name of the Region Group to delete.
  • string tokenRequired. Session Identifier.
Response:

Not Applicable.

Example Request — Click for More Info