# Delete a job **DELETE /api/v1/jobs/{job}** Delete a job. Deleting a job is only possible if it has no insurance policies associated with it. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Path parameters - **job** (string) The ID of the desired job (e.g., `jb_jsb9KEcTpc`). ## Responses ### 200 Returns an object with a deleted parameter on success. Otherwise, this call returns an error. #### Body: application/json (object) - **deleted** (boolean) - **deleted_at** (integer) Unix timestamp (seconds since epoch) of when the job was deleted. - **id** (string) The job ID. - **object** (string) [Powered by Bump.sh](https://bump.sh)