API ReferenceTriggers
Delete a triggerv3.1
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.
x-api-key<token>
Project API key authentication
In: header
Path Parameters
triggerIdstringRequired
The ID of the trigger instance to delete
Format:
triggerInstanceIdResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v3.1/trigger_instances/manage/string"{ "trigger_id": "string"}