# Delete a Trigger Delete a trigger by specifying the trigger ID. The body of the DELETE request should be empty. Endpoint: DELETE /1/triggers/{datasetSlug}/{triggerId} Version: 1.0.0 Security: configuration_key ## Path parameters: - `datasetSlug` (string, required) The dataset slug or use for endpoints that support environment-wide operations. - `triggerId` (string, required) The unique identifier (ID) of a Trigger. ## Response 401 fields (application/json): - `error` (string) ## Response 404 fields (application/json): - `error` (string) ## Response 429 fields (application/json): - `error` (string)