Deleting an instance of the Load Balance 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.

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/LoadBalance/ DELETE — Deletes the specified instance of the Load Balance service.

HTTP Action — DELETE

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

DeleteOneLoadBalance — Deletes the specified instance of the Load Balance service.

Arguments:

  • string fqdnRequired. Name of node where the service exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the service exists.
Response:

Not Applicable.

Example Request — Click for More Info