Skip to main content
DELETE
/
api
/
agents
/
{agentId}
/
trigger
/
{triggerId}
cURL
curl --request DELETE \
  --url https://app.cotool.ai/api/agents/{agentId}/trigger/{triggerId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

agentId
string<uuid>
required

Unique identifier of the agent

triggerId
string<uuid>
required

Unique identifier of the trigger

Response

200

Successful response - no content