Skip to main content
DELETE
/
applications
/
{id}
Delete application
curl --request DELETE \
  --url https://hireloam.com/api/v1/applications/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key from Settings > API Keys

Path Parameters

id
string<uuid>
required

Response

Application deleted

deleted
boolean