Skip to main content
DELETE
/
api
/
v1
/
renders
/
{id}
Cancel a render job
curl --request DELETE \
  --url https://quizquail.com/api/v1/renders/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "cancelled": true
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Prefix your key with Bearer in the Authorization header.

Keys follow the format qq_... and can be scoped to specific permissions.

Path Parameters

id
string<uuid>
required

Resource UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Render cancelled

data
object
required