Delete a volume

Deletes the specified volume.

DELETE
https://localhost:8080/v1/volumes/{volume}

If successful, this endpoint will return a 204 No Content status.

Arguments

The following arguments are supported for this endpoint.

Name Type Default Value

volume Required

Volume Lookup None

Potential Errors

The following errors may occur during this request.

Details HTTP status

vast_error

Received an unexpected response from VAST API

500 Internal Server Error

vast_error

Received an unexpected response from VAST API

500 Internal Server Error

vast_timeout

Request to Vast API timed out

504 Gateway Timeout

vast_timeout

Request to Vast API timed out

504 Gateway Timeout

volume_not_found

No volume was found matching any of the criteria provided in the arguments

404 Not Found

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
}