Skip to main content

Delete Note

Delete Note
DELETE

Delete a note by id.

Request

DELETE /v1/note/{id}/{entity_name}

Path Parameters

ParameterTypeRequiredDescription
idintegerYesNote id.
entity_namestringYesEntity type. Allowed values: candidate, contact, organization, job, deal.

Response

200
{
"message": "Note deleted successfully"
}
404
{
"message": "Note not found"
}