Skip to main content
DELETE
/
oracle
/
jobs
/
{job_id}
Cancel Oracle research job
curl --request DELETE \
  --url https://apigcp.trynia.ai/v2/oracle/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "<string>",
  "session_id": "<string>",
  "status": "cancelled",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

job_id
string
required

Job identifier to cancel

Response

Job cancelled successfully

job_id
string
session_id
string
status
enum<string>
Available options:
cancelled
message
string