# Delete a job by ID **DELETE /jobs** Remove a job and its related information including job line items. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **jobID** (integer) Unique identifier of the job to delete. ## Responses ### 204 Job deleted successfully. ### 400 Invalid job ID provided. ### 404 Job not found. ### 500 An error occurred while deleting the job. [Powered by Bump.sh](https://bump.sh)