Delete a job
Delete a job. Deleting a job is only possible if it has no insurance policies associated with it.
DELETE /api/v1/jobs/{job_id}
curl \
-X DELETE https://api.1099policy.com/api/v1/jobs/{job_id} \
-H "Content-Type: application/json" \
-d '{"job":"jb_jsb9KEcTpc"}'
Request example
{
"job": "jb_jsb9KEcTpc"
}
Response examples (200)
{
"id": "jb_jsb9KEcTpc",
"object": "job",
"deleted": true,
"deleted_at": "(utcnow)"
}