POST
/
api
/
v1
/
triggers
/
disable
/
{triggerInstanceId}

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

triggerInstanceId
string
required

Response

200 - application/json
status
string
required

Status of the operation (success/error).

isNew
boolean

Indicates whether a new trigger was created (true) or an existing one was modified (false).

message
string

Additional information about the operation result.

triggerId
string

Unique identifier of the affected trigger.