Skip to main content
DELETE
Delete a trigger

Authorizations

Authorization
string
header
required

Secret key (sk_live_...)

Headers

Idempotency-Key
string

Optional key that makes the request idempotent. Retrying with the same key returns the original response instead of repeating the operation; keys expire after 24 hours. Any string up to 256 characters. See Idempotency.

Maximum string length: 256
Example:

"550e8400-e29b-41d4-a716-446655440000"

Path Parameters

trigger_id
string
required

Unique identifier for the trigger (prefixed with trg_).

Pattern: ^trg_
Example:

"trg_AbC123xYz456"

Response

OK

Confirmation object returned after a successful deletion.

id
string
required

ID of the deleted trigger.

object
string
required

Always trigger.

deleted
boolean
required

Always true for successful deletions.

request_id
string
required

Unique identifier for the API request. Include this when contacting support.