API ReferenceTriggers

Delete a triggerv3.1

DELETE
/api/v3.1/trigger_instances/manage/{triggerId}

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.

Authorization

x-api-key<token>

Project API key authentication

In: header

Path Parameters

triggerIdstringRequired

The ID of the trigger instance to delete

Format: triggerInstanceId

Response 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"}