DELETE
/
v2
/
agents
/
{agent_id}
/
analytics
/
{convo_id}
curl --request DELETE \
  --url https://eu-vg-edge.moeaymandev.workers.dev/v2/agents/{agent_id}/analytics/{convo_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Analytics associated with {convo_id} deleted successfully"
}

Authorizations

Authorization
string
header
required

Agent/Workspace secret API key as bearer token.

Path Parameters

agent_id
string
required

The ID of the agent to delete the analytics from

convo_id
string
required

The ID of the conversation associated with the analytics to be deleted

Response

200
application/json
Analytics for a conversation deleted successfully
success
boolean
message
string