curl --request DELETE \
--url https://apigcp.trynia.ai/v2/oracle/jobs/{job_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Cancel a running or queued Oracle research job.
Note: Cancellation is best-effort. The job may complete before cancellation takes effect.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/oracle/jobs/{job_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?