Delete Message
Delete a message in a specific 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 unique identifier for the conversation containing the message.
messageIdstringrequiredThe unique identifier for the message to be deleted.
stringdefault: sAn optional, empty object as the default body.
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,
}