Delete an RBS volume
DELETE
/v1/remote_block_storage/volumes/{volume_id}A DELETE request to /v1/remote_block_storage/volumes/{volume_id} will remove the volume selected in the path parameter.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
volume_id*string
A unique identifier of an RBS volume. Use this request to list all volume IDs.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/remote_block_storage/volumes/YqaQlenj"Empty
{ "message": "Not found", "code": "NOT_FOUND"}{ "message": "Volume cannot be modified at this time", "code": "PRECONDITION_FAILED"}