Delete job

Deleting jobs in Connecteam is an important feature that allows organizations to effectively manage their job lists by removing jobs that are no longer relevant or needed.

This process involves a straightforward request to delete a specific job identified by its unique job ID.

This method supports the deletion of single job for each request.

👍

Good to know

Deleting sub-jobs and jobs with nested sub-jobs is not currently supported, only 'regular' jobs can be deleted.

When deleting a job, you only need to specify the job ID in the path param.

Payload example for deleting job response

{
  "requestId": "12312321-rwwerus-1234sd",
  "data": {}
}