Trillet AI logo

Delete Conversation

Delete a conversation from the database.

DELETEhttps://api.trillet.ai/v1/api/conversations/{conversationId}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Path Parameters

conversationIdstringrequired

The Conversation ID of the conversation you want to delete.

Response Fields

statusstring

The status of the call.

messagestring

A message to describe the result.

conversationIdstring

The deleted conversationId.

{
"status": "success",
"message": `Conversation with ID abc1234aa deleted successfully.`,
"conversationId": abc1234aa,
}
Delete Conversation — Trillet AI