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

Authorizations

Authorization
string
header
required

API key from Settings > API Keys

Path Parameters

id
string<uuid>
required

The application ID

noteId
string<uuid>
required

The note ID

Response

Note deleted

deleted
boolean