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
codestring
errorstring
409 ConflictConflict
ErrorResponse
codestring
errorstring
501 Not Implemented
ErrorResponse
codestring
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/volumes/{name}
cURL
curl '/volumes/{name}' \
  -X DELETE
DELETE/volumes/{name}
Request
Path
Authorization
curl '/volumes/{name}' \
  -X DELETE
Response
Send a request to see the response.
Response
204 No content
No response body.
Was this page helpful?