Delete an ALB via API
Diese Seite ist noch nicht in deiner Sprache verfügbar. Englische Seite aufrufen
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.
Delete call
Section titled “Delete call”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.