attacca
Jobs

Delete a job

Removes the job and the chat it ran in, including any artifacts produced there.

DELETE
/v1/jobs/{job_id}

Removes the job and the chat it ran in, including any artifacts produced there.

Authorization

api_key jobs:write
AuthorizationBearer <token>

An atk_-prefixed API key, created under Settings → API keys.

In: header

Scope: jobs:write

Path Parameters

job_id*string

Job id

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty