Jobs

Delete a job

DEL

Path parameters

jobIdstringRequired
The id of the job to delete

Response

This endpoint returns an object
data
objectOptional
DEL
$curl -X DELETE https://api.x.flatfile.com/v1/jobs/us_jb_YOUR_ID \
> -H "Authorization: Bearer <token>"
Response
1{
2 "data": {
3 "success": true
4 }
5}