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

convo_id
string
required

The ID of the conversation to delete

Response

200
application/json
Conversation deleted
success
boolean
message
string