Releases (deletes) a public IP address from the project.
DELETE
/v1/projects/:projectId/public-ips/:publicIpIdThis operation is asynchronous. The CommandId in the response is an internal identifier
and is not queryable via any public endpoint. To observe completion, poll
GET .../public-ips/{publicIpId} and watch the Operation and
OperationStatus fields until the release finishes.
Request
Responses
- 202
- 400
- 404
- 409
The release request was accepted and is being processed in the background.
The request was rejected.
No public IP with the given id exists in the project.
Another operation is already in progress, or the IP is still in use. Poll until it clears, then retry.