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

# Delete a trigger

`DELETE /triggers/{triggerId}`

Delete a trigger by its ID. Returns 404 if no trigger matches.

## Path parameters

- `triggerId` string, uuid, required

## Response `200`

Trigger deleted

- object
  - `message` string, required

## Other responses

- `404` — Not Found

## Changes

- **2026-06-28** `fd8fb6b29e38` — 1 info
  - endpoint added
- **2026-06-27** `99b4ade46263` — 1 breaking
  - api path removed without deprecation
- **2026-06-19** `7f577998739b` — 1 info
  - endpoint added
- **2026-06-19** `ec76cd771e68` — 1 breaking
  - api path removed without deprecation
- **2026-06-15** `c6e2a60c14c3` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/triggers/:triggerId/delete.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/3183ec3153d1/schema)
