Deleting images
DELETE /v2/images/{image_id}
info
Request
Parameters
| Name | In | Type | Description |
|---|---|---|---|
image_id | path | string | The UUID of the image. |
Example
curl -ks -X DELETE \
-H 'Content-Type: application/json' \
-H 'X-Auth-Token: gAAAAA<...>' \
https://api.vietnix.cloud:9292/v2/images/9775d86a-8bf8-4200-a4b5-d892e931e8f6
Response
Status Codes
Success
| Code | Reason |
|---|---|
| 204 - No Content | The server has fulfilled the request. |
Error
| Code | Reason |
|---|---|
| 400 - Bad Request | Some content in the request was invalid. |
| 401 - Unauthorized | User must authenticate before making a request. |
| 403 - Forbidden | Policy does not allow current user to do this operation. |
| 404 - Not Found | The requested resource could not be found. |
| 409 - Conflict | This operation conflicted with another operation on this resource. |