curl --request DELETE \
--url https://api.getgranite.ai/api/workflow_jobs/{job_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a workflow job by ID
curl --request DELETE \
--url https://api.getgranite.ai/api/workflow_jobs/{job_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response