cURL
curl --request POST \ --url https://api.valiqor.com/v2/evaluate/jobs/{job_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "status": "<string>", "message": "<string>" }
Request cancellation of a running evaluation job.
The job will be cancelled at the next opportunity (between items).
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
Response for job cancellation requests