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/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
No recorded changes to this endpoint across all 10 revisions of this API.