Remove a volume
DELETE /volumes/(name)
Instruct the driver to remove the volume (name
).
Example request:
Example response:
Status Codes
204 - no error
404 - no such volume
409 - volume is in use and cannot be removed
500 - server error
Last updated