Remove a Media Storage
Format
Method | POST |
|---|---|
URL | /tasks/create |
Request content | MediaStorageDelete Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
MediaStorageDelete Object
Schema
repeat | String | Reserved |
|---|---|---|
retries | String | Number of times this task will be retried, in case of error |
type | String | Task type identifier. In this case, "mstorage_delete" |
media_storage_id | String | Unique identifier of the Media Storage |
JSON example
{
"repeat": "0",
"retries": "0",
"type": "mstorage_delete",
"media_storage_id": "cifs"
}