DELETE
/
v2
/
agents
/
{agent_id}
/
analytics
curl --request DELETE \
  --url https://eu-vg-edge.moeaymandev.workers.dev/v2/agents/{agent_id}/analytics \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Agent analytics 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 analytics from

Response

200
application/json
Agent analytics deleted
success
boolean
message
string