Deletes a note by ID. Caller must have manage permission on the lead that owns the note. The response body is empty.
curl --request DELETE \
--url https://api.lofty.com/v1.0/notes/{noteId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.lofty.com/v1.0/notes/{noteId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'