Delete network load balancer
DELETE/v1/tenants/:tenant/workspaces/:workspace/network-load-balancers/:name
Deletes a network load balancer using the given name. In case the resource workspace
already deleted 404
is returned. For failure tolerance in case of retry the
client needs to accept 404
and 202
as a successful deletion. If deletion
of the resource takes longer deletion can be issued multiple times with the
same result 202
, in all cased the resource will be only deleted once.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 412
- 500
Network Load Balancer deletion accepted
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Precondition Failed
Internal Server Error