DELETE a Conversation
Description
Request body:
Response:
Example request
curl -X DELETE '{api_enpoint}/conversations/{conversation_id}' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'Last updated