---
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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
