Remove a Media Storage

Format

MethodPOST
URL

/tasks/create

Request contentMediaStorageDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

MediaStorageDelete Object

Schema

typeStringTask type identifier. In this case, "mstorage_delete"
media_storage_idStringUnique identifier of the Media Storage

JSON example

{
    "type": "mstorage_delete",
    "media_storage_id": "cifs"
}