Delete A Writable Volume

Delete A Writable Volume

Delete a Writable Volume

Request
URI
DELETE
https://{api_host}/app_volumes/writables/{id}
COPY
Path Parameters
integer
id
Required

Writable Volume ID.


Responses
200

Deleted the Writable Volume.

Returns DeleteWritableVolume of type(s) application/json
"DeleteWritableVolume Object"
string
success
Optional

Success details.

string
error
Optional

Failure details.

object
snapvols
Optional

snapvols


400

ID missing from request.

{
    "error": "Missing parameters"
}
string
error
Optional

Failure details.


403

Session expired. Create a session and make the request with the _session_id cookie.

Returns UnauthorizedError of type(s) application/json
"UnauthorizedError Object"
string
error
Optional

Session expired. Create a session using and make the request with the _session_id cookie.


404

Writable Volume was not found.

Returns DeleteWritableVolumeNotFound of type(s) application/json
"DeleteWritableVolumeNotFound Object"
string
error
Optional

Failure details.

object
snapvols
Optional

snapvols


500

Server error.

Returns ServerError of type(s) application/json
"ServerError Object"
string
error
Optional

Server Error.

string
detail
Optional

Details of error. Exact error format subject to change depending on type of error.


Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/app_volumes/writables/{id}