cURL
curl --request DELETE \ --url https://hireloam.com/api/v1/applications/{id} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Permanently delete an application.
API key from Settings > API Keys
Application deleted
Was this page helpful?