Skip to main content
DELETE
/
connect
/
{namespace}
/
{connectionId}
/
.triggers
/
{triggerName}
/
{triggerId}
Delete trigger instance
curl --request DELETE \
  --url https://api.smithery.ai/connect/{namespace}/{connectionId}/.triggers/{triggerName}/{triggerId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://smithery.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Smithery API key as Bearer token

Path Parameters

namespace
string
required
connectionId
string
required
triggerName
string
required
triggerId
string
required

Response

Trigger instance deleted

success
boolean
required