Remove an Image from an Image Storage
Format
Method | POST |
---|---|
URL | /tasks/create |
Request content | ImageDelete Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
ImageDelete Object
Schema
type | String | Task type identifier. In this case, "image_delete" |
---|---|---|
image_id | String | Unique identifier of the Image to be deleted |
image_storage_id | String | Unique identifier of the Image Storage that contains Volume volume_id |
volume_id | String | Unique identifier of the Volume that contains Image image_id |
JSON Example
{ "type": "image_delete", "volume_id": "vol01", "image_storage_id": "local", "image_id": "prueba10" }