---
title: "Unsubscribe from trigger"
method: DELETE
path: "/{namespace}/{connectionId}/.triggers/{triggerName}"
tags: ["connect"]
---

# Unsubscribe from trigger

`DELETE /{namespace}/{connectionId}/.triggers/{triggerName}`

Unsubscribe by subscription key (params + delivery.url). Eager teardown — subscriptions also expire naturally on TTL.

## Path parameters

- `namespace` string, required
- `connectionId` string, required
- `triggerName` string, required

## Request body

- DeleteTriggerRequest
  - `params` LooseObject, required
  - `delivery` UnsubscribeDelivery, required
    - `url` string, required — The delivery URL of the subscription to remove. Together with name+params it forms the subscription key.

## Response `200`

Subscription removed

- Success
  - `success` true, required

## Other responses

- `404` — Subscription not found

---

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