Deleting a Load Balance Pool Entry 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.

NOTE: The Load Balance Service is deprecated. Legacy users of the service should contact Concierge for any questions on adding a Load Balance service to your zone. All other users should use the GSLB service instead.

REST Syntax

Click to view all REST Resources

/REST/LoadBalancePoolEntry/ DELETE — Removes the identified instance of the Load Balance Pool Entry

HTTP Action — DELETE

URIs — https://api.dynect.net/REST/LoadBalancePoolEntry/<zone>/<fqdn>/<address>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneLoadBalancePoolEntry — Removes the identified instance of the Load Balance Pool Entry.

Arguments:

  • stringaddressRequired. The IP address or FQDN of the Node IP.
  • string fqdnRequired. Name of node where you will create the service.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where you will create the service.
Response:

Not Applicable.

Example Request — Click for More Info