API
Load Balancers
Delete load balancer

Delete a Load Balancer

  • Name
    delete
    Type
    /v1/load_balancers/:uuid
    Description

    Send a DELETE request to delete a load balancer.

Request

Example

curl -X DELETE "https://api.simplystack.com/v1/load_balancers/21848c7e-0389-4fdf-95bf-7d4d58d62c22" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0" \
 

Response

Response to method DELETE to /v1/load_balancers/:uuid will not return any results, only the message (204 No Content) which indicates that the deletion was successful.