curl --request DELETE \
--url https://api.getfernand.com/conversations/{id}/notes/{note_id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}curl --request DELETE \
--url https://api.getfernand.com/conversations/{id}/notes/{note_id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}ID of the conversation containing the note.
ID of the note to delete.
Note deleted successfully (no content returned).
Was this page helpful?