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>"
}Permanently removes a note from a conversation. Only the author of the note can delete it, or an administrator can delete an automated note. If the note is the last entry in the conversation, the entire conversation is also deleted. This action cannot be undone.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the conversation containing the note.
ID of the note to delete.
Note deleted successfully (no content returned).
Was this page helpful?