cURL
curl --request DELETE \ --url https://hireloam.com/api/v1/jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Permanently delete a job and its associated data.
API key from Settings > API Keys
Job deleted
Was this page helpful?