cURL
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" }
Deletes a conversation from the agent
Agent/Workspace secret API key as bearer token.
The ID of the agent to delete the conversation from
The ID of the conversation to delete
Conversation deleted
The response is of type object.
object