# Delete a Job Deletes the job and its Job folder, including any items inside. Cannot be undone. Endpoint: DELETE /api/v1/jobs/{job_id} Security: BearerAuth ## Path parameters: - `job_id` (number, required) ID of the job Example: "101" ## Response 400 fields (application/json): - `message` (string) - `errors` (object,null) ## Response 401 fields (application/json): - `message` (string) - `errors` (object,null) ## Response 403 fields (application/json): - `message` (string) - `errors` (object,null) ## Response 404 fields (application/json): - `message` (string) - `errors` (object,null) ## Response 409 fields (application/json): - `message` (string) - `errors` (object,null) ## Response 429 fields (application/json): - `message` (string) ## Response 204 fields