---
title: "Delete a Trigger"
method: DELETE
path: "/1/triggers/{datasetSlug}/{triggerId}"
tags: ["Triggers"]
---

# Delete a Trigger

`DELETE /1/triggers/{datasetSlug}/{triggerId}`

Delete a trigger by specifying the trigger ID. The body of the DELETE request should be empty.

## Response `204`

Success - no content

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `429` — Rate Limit Exceeded

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/versions/117619fac2a5/schema)
