cURL
curl --request DELETE \ --url https://api.trillet.ai/v1/api/conversations/{conversationId}/message/{messageId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>' \ --data '{ "conversationId": "<string>", "messageId": "<string>", "": "<string>" }'
{ "status": "success", "message": `Conversation with ID abc1234aa deleted successfully.`, "conversationId": abc1234aa, }
Delete a message in a specific conversation from the database.