curl --request DELETE \
--url https://api.getfernand.com/conversations/{id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}curl --request DELETE \
--url https://api.getfernand.com/conversations/{id} \
--header 'X-API-Key: <api-key>'{
"error": "<string>"
}Permanently removes a conversation and all associated data including messages, notes, attachments, and events. 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 to delete.
Conversation deleted successfully (no content returned).
Was this page helpful?