Remove a Direct Storage

Format

MethodPOST
URL

/tasks/create

Request contentDirectStorageDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

DirectStorageDelete Object

Schema

typeStringTask type identifier. In this case, "dstorage_delete"
direct_storage_idStringUnique identifier of the Direct Storage

JSON example

{
    "type": "dstorage_delete",
    "direct_storage_id": "cifs"
}