/deletejobs
endpoint.
Deleted jobs will be deleted entirely, this action cannot be undone.
Consider archiving jobs if you want to keep related data in the system.
REQUEST
An array of job IDs to delete. Jobs can be identified by their
id
or by using the template prefix (tpl-
) for template jobs.Permanent Deletion: This action permanently deletes jobs and cannot be undone. Consider using
/archivejobs
if you want to preserve job data for potential restoration.Permissions: Only administrators and company owners can delete jobs. Dispatchers can only delete jobs if the dispatcher_delete_jobs
setting is enabled.status:0
in the response.