Smithery
trigger_instances.manage.delete
Permanently deletes a trigger instance. This stops the trigger from listening for events and removes it from your project. Use the PATCH endpoint with status "disable" if you want to temporarily pause a trigger instead.
Remote smithery/composio
Other tools also called trigger_instances.manage.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"triggerId": {
"type": "string",
"format": "triggerInstanceId",
"description": "The ID of the trigger instance to delete"
}
}
}