cURL
curl --request DELETE \ --url https://eu-cloudflare.vg-stuff.com/agents/{agentId}/convos/{convoId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Deletes a specific conversation for the specified agent, using the V3 endpoints.
{ "success": true, "message": "Conversation deleted successfully" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response