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

HTTP Action — DELETE

URI: https://api.dynect.net/REST/GSLBRegionPoolEntry/<zone>/<fqdn>/<region_code>/<address>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOneGSLBRegionPoolEntry — Delete the specified pool entry from the GSLB service region.
Arguments:

  • string addressRequired. The IPv4 address or FQDN of the Node IP.
  • array regionRequired. A list of regions.
    Valid Values:
    US West
    US Central
    US East
    EU West
    EU Central
    EU East
    Asia
    global
  • string fqdnRequired. Name of node where the region exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the region exists.
Response:

Not Applicable.

Example Request — Click for More Info