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