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
type | String | Task type identifier. In this case, "mstorage_delete" |
---|---|---|
media_storage_id | String | Unique identifier of the Media Storage |
JSON example
{ "type": "mstorage_delete", "media_storage_id": "cifs" }
Â
Â