Skip to main content
DELETE
Delete a trigger

Authorizations

Authorization
string
header
required

JWT token for authentication. Required for all API operations to verify identity and access permissions.

Path Parameters

trigger_type
enum<string>
required

The type of trigger (gateway, stream, subject)

Available options:
gateway,
stream,
subject
topic
string
required

The unique topic identifier of the trigger (without the prefix)

Response

Successfully deleted trigger

status_code
integer

HTTP status code indicating success

Example:

200