Delete Conversation
Delete a conversation from the database.
DELETE
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
conversationIdstringrequiredThe Conversation ID of the conversation you want to delete.
Response Fields
statusstringThe status of the call.
messagestringA message to describe the result.
conversationIdstringThe deleted conversationId.
{
"status": "success",
"message": `Conversation with ID abc1234aa deleted successfully.`,
"conversationId": abc1234aa,
}