---
title: "Delete a webhook subscription"
method: DELETE
path: "/flow/apps/{appId}/subscriptions/{subscriptionId}"
tags: ["Flow Webhooks"]
---

# Delete a webhook subscription

`DELETE /flow/apps/{appId}/subscriptions/{subscriptionId}`

## Path parameters

- `appId` string, required
- `subscriptionId` string, required

## Response `204`

Subscription deleted

## Other responses

- `401` — Unauthorized (RFC 7807)
- `404` — Not found (RFC 7807)

---

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