cURL
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" }
Deletes ENTIRE analytics for specified agent (Hard reset)
Agent/Workspace secret API key as bearer token.
The ID of the agent to delete analytics from
Agent analytics deleted
The response is of type object.
object