curl --request DELETE \
--url https://apigcp.trynia.ai/v2/github/tracer/{job_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a Tracer job by session_id or workflow_run_id.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/github/tracer/{job_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?