Cancel a running logo audit job

View as Markdown

Cancels a job if it is PENDING or RUNNING and returns JobCancel with canceled=true and jobId. Completed/failed jobs cannot be canceled.

Authentication

AuthorizationBearer

User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key

OR
X-API-Keystring

Admin API key for system-to-system write operations

Path parameters

jobIdstringRequiredformat: "uuid"
Job ID to cancel

Response

OK

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error