Delete an image
Delete the image files immediately. Processing must finish first. Successful processing is not refunded by deletion.
DELETE
/api/jobs/{id}Authenticate with
X-API-Key. Keep your key on your server; never embed it in a public website.Response
200 · Success{
"deleted": true
}Errors use a structured error.code and error.message. See error handling →