Delete Job

Cancel and delete an indexing job. Behavior: - If job is pending or running -> transitions to cancelled - If job is already completed/failed/cancelled -> returns 200 with current state (idempotent)

Authentication

AuthorizationBearer
Bearer token authentication using API key

Path parameters

job_idstringRequired

Headers

X-Organization-IDstringRequired

Response

Delete Result
job_idstring
statusstring
messagestring
cancelled_atstring or null