cURL
curl --request DELETE \ --url https://api.trata.ai/v1/conversations/{conversation_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Delete a Specific Conversation by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the conversation
Conversation deleted successfully
The response is of type object.
object