Skip to main content
DELETE
/
conversations
/
{id}
Delete a conversation
curl --request DELETE \
  --url https://api.getfernand.com/conversations/{id} \
  --header 'X-API-Key: <api-key>'
{
  "error": "<string>"
}

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.

Permanently removes a conversation and all associated data including messages, notes, attachments, and events. This action cannot be undone.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer<int64>
required

ID of the conversation to delete.

Response

Conversation deleted successfully (no content returned).