Skip to main content
DELETE
/
applications
/
{applicationId}
/
triggers
/
{triggerId}
Remove a trigger from the Application
curl --request DELETE \
  --url https://local.withsutro.com/applications/{applicationId}/triggers/{triggerId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required
triggerId
string<uuid>
required

Response

Trigger removed