Triggers
Delete a trigger
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.
delete/api/v3.1/trigger_instances/manage/{triggerId}
Path parameters
triggerIdstring triggerInstanceId required
The ID of the trigger instance to delete
The ID of the trigger instance to delete
Response
Successfully deleted the trigger instance
Changes
Changed in 2 of the 61 revisions of this API.2
- ○
the endpoint scheme security
CookieAuthwas removed from the APIapi-security-removed
- ○
- ○
endpoint added
endpoint-added
- ○