cURL
curl --request DELETE \ --url https://hireloam.com/api/v1/applications/{id}/notes/{noteId} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Delete a note. Only the note author can delete their notes.
API key from Settings > API Keys
The application ID
The note ID
Note deleted
Was this page helpful?