Delete an NLB via API
This page describes how to delete a STACKIT Network Load Balancer using the API.
Delete call
Section titled “Delete call”To delete a specific STACKIT Network Load Balancer, send a DELETE request to the API endpoint. Use a valid Bearer token for authentication, your project ID, and the name of the Network Load Balancer you want to delete.
Refer to the STACKIT API documentation for detailed information.
API endpoint:
https://load-balancer.api.eu01.stackit.cloud/v1/projects/{projectId}/load-balancers/{name}Disable call (deprecated)
Section titled “Disable call (deprecated)”The disable request is deprecated and no longer required.
Previously, you could send an empty DELETE request with a valid Bearer token and project ID to disable the Network Load Balancer functionality for your project. Before disabling the service, you had to delete all Network Load Balancers in the project.
This operation will be removed in future versions.
Refer to the STACKIT API documentation for more details.
Deprecated API endpoint:
https://load-balancer.api.eu01.stackit.cloud/v1/projects/{projectId}