---
title: "Delete Trigger"
method: DELETE
path: "/v1/triggers/{trigger_id}"
tags: ["v1", "protected", "triggers"]
---

# Delete Trigger

`DELETE /v1/triggers/{trigger_id}`

Delete a trigger.

Permanently deletes the specified trigger and all its execution history.
If it's a cron trigger, the schedule will also be removed.

Args:
    trigger_id: The unique identifier of the trigger
    user_context: Authentication context
    trigger_service: Injected trigger service

Raises:
    HTTPException: If trigger not found

## Path parameters

- `trigger_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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