Skip to content

Delete a note

Request

Permanently delete a note.

Security
bearerAuth
Path
uuidstringrequired

Resource UUID.

DELETE
/leads/api/notes/{uuid}
curl -i -X DELETE \
  'https://leadgen.grinfi.io/leads/api/notes/{uuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Note deleted.