Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.

Headers

x-pd-environment
enum<string>
required

The environment in which the server client is running

Available options:
development,
production

Path Parameters

project_id
string
required

The project ID, which starts with proj_.

Pattern: ^proj_[a-zA-Z0-9]+$
trigger_id
string
required

Query Parameters

external_user_id
string
required

The external user ID who owns the trigger

ignore_hook_errors
boolean

Whether to ignore errors during deactivation hook

Response

deployed trigger deleted