Removing an Image Storage

Format

MethodPOST
URL

/tasks/create

Request contentsImageStorageDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

ImageStorageDelete Object

Schema

typeStringTask type identifier. In this case, "istorage_create"
istorage_idStringUnique identifier for the Image Storage

JSON example

{
    "type": "istorage_delete",
    "image_storage_id": "local"
}