Permanently deletes a company. This action is irreversible. ATS keys can delete companies they created; direct client keys can delete their own company.
The delete company endpoint permanently removes a company and all its associated resources (jobs, candidates, interviews, etc.). This action is irreversible.
// ✅ Can delete companies created by this ATS keyDELETE /company/{ats-managed-company-id}// ❌ Cannot delete companies not managed by this ATS keyDELETE /company/{unmanaged-company-id}// Returns: 403 Forbidden