post https://integrate.rooflink.com/roof_link_endpoints/api/light/jobs//perm_delete/
Permanently removes a job and its associated customer from the database. This operation is irreversible and completely destroys the job record. The operation requires strict permissions: the authenticated employee must have the can permanently delete jobs permission, AND the job must already be soft-deleted (date_deleted must be set), AND the job must not have any nearmap surveys. If any of these conditions are not met, the endpoint returns 403 Forbidden without deleting the job. On success, it returns a redirect URL to the dashboard. This endpoint should be used with extreme caution as it results in permanent data loss.