---
title: "Delete deployed trigger"
method: DELETE
path: "/v1/connect/{project_id}/deployed-triggers/{trigger_id}"
---

# Delete deployed trigger

`DELETE /v1/connect/{project_id}/deployed-triggers/{trigger_id}`

Remove a deployed trigger and stop receiving events

## Query parameters

- `external_user_id` string, required
- `ignore_hook_errors` boolean

## Headers

- `x-pd-environment` 'development' | 'production', required — The environment in which the server client is running

## Response `204`

deployed trigger deleted

## Other responses

- `429` — too many requests

---

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