Skip to main content

Delete public ip

DELETE 

/v1/tenants/:tenant/workspaces/:workspace/public-ips/:name

Deletes a public ip 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. In case the client tries to delete a resource for the first time and gets a 404, the resource might not exist for other reasons or never existed in the first place. This can't be assumed as a safe deletion of the resource. 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. A client must verify the client response to contain a proper error schema. A 404 response without proper schema has to be ignored and understood as server unavailable error.

Request

Responses

Public Ip deletion accepted