⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v3/delete_image \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"request_id": 123,
"type": "image"
}
'{
"status": "success",
"messege": "image deleted"
}This endpoint is used to delete an image using the image name.
curl --request POST \
--url https://modelslab.com/api/v3/delete_image \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"request_id": 123,
"type": "image"
}
'{
"status": "success",
"messege": "image deleted"
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint and pass the name of the image you want to delete to the image parameter of the request body.
--request POST 'https://modelslab.com/api/v3/delete_image' \
{
"key": "your_api_key",
"request_id": 2398,
"type": "image"
}
Was this page helpful?