post https://integrate.rooflink.com/roof_link_endpoints/api/light/jobs//soft_delete/
Marks a job as deleted by setting the date_deleted timestamp and deleted_by employee reference, without removing it from the database. The job will be excluded from most queries but can be restored using the undelete endpoint. The authenticated employee must have permission to delete the job, typically requiring admin privileges or being the job owner. If a comment is provided, a note will be automatically created on the job with the message 'Job Deleted: {comment}' for audit trail purposes. This is the preferred method for removing jobs as it maintains audit history and allows for recovery.