cURL
curl --request DELETE \ --url https://backend.overtenai.com/api/v1/images/{image_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Soft-delete an image.
The metadata row is marked deleted_at immediately; the underlying bytes are cleaned up asynchronously by a reaper job (24h grace).
deleted_at
Successful Response