Skip to content

Delete a volume

DELETE/volumes/{name}

Deletes the volume and its data. 409 when it is attached to a live sandbox.

path parameters
object
namestringrequired

Volume name ([a-z0-9][a-z0-9-]*).

Responses
204 No contentNo Content
404 Not foundNot Found
ErrorResponse
errorstring
409 ConflictConflict
ErrorResponse
errorstring
501 Not Implemented
ErrorResponse
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/volumes/{name}
cURL
curl '/volumes/{name}' \
  -X DELETE
Response
204 No content
No response body.
Was this page helpful?