Skip to content

Delete an ALB via API

To remove an Application Load Balancer from your project using the STACKIT API, send a DELETE request with a valid Bearer Token, your project ID, and the name of the Application Load Balancer.

Send a DELETE request to the following endpoint to delete a specific Application Load Balancer:

https://alb.api.stackit.cloud/v2beta2/projects/{projectId}/load-balancers/{name}

Replace {projectId} with your STACKIT project ID and {name} with the name of the Application Load Balancer.

  • Authenticate the request using a valid Bearer Token.
  • The Application Load Balancer is deleted from your project.

For more details, see the API documentation for Application Load Balancer.