Delete Note
Delete Note
DELETE
Delete a note by id.
Request
DELETE /v1/note/{id}/{entity_name}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Note id. |
entity_name | string | Yes | Entity type. Allowed values: candidate, contact, organization, job, deal. |
Response
200
{
"message": "Note deleted successfully"
}
404
{
"message": "Note not found"
}