Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Format

MethodPOST
URL

/tasks/create

Request contentDirectStorageDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

MediaStorageDelete 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"
}

 

 

  • No labels