Deleting an OCFS2 Volume

Format

MethodPOST
URL

/tasks/create

Request contentsVolumeDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

VolumeDelete Object

Schema

typeStringTask type identifier. In this case, "volume_delete"
volume_idStringUnique identifier for the Volume
image_storage_idStringUnique identifier of the Image Storage which contains the Volume indicated by volume_id

JSON example

{
    "type": "volume_delete",
    "volume_id": "myVolume",
    "image_storage_id": "local",
}