Skip to main content
DELETE
/
v2
/
agents
/
{agent_id}
/
case-triggers
/
{trigger_id}
Delete Agent Case Trigger
curl --request DELETE \
  --url https://api.duvo.ai/v2/agents/{agent_id}/case-triggers/{trigger_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agent_id
string<uuid>
required

The agent's unique identifier

trigger_id
string<uuid>
required

The case trigger's unique identifier

Response

Default Response

success
enum<boolean>
required
Available options:
true