Deleting a region from a Global Server Load Balancing service 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/GSLBRegion/ DELETE — Delete the specified region from the GSLB service.

HTTP Action — DELETE

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneGSLBRegion — Delete the specified region from the GSLB service.

Arguments:

  • string zoneRequired. Name of zone where the region exists.
  • string fqdnRequired. Name of node where the region exists.
  • array regionRequired. A list of regions.
    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