---
title: "Webhook Unsubscribe"
method: DELETE
path: "/webhooks/unsubscribe/{sub_id}"
tags: ["Webhooks"]
---

# Webhook Unsubscribe

`DELETE /webhooks/unsubscribe/{sub_id}`

Delete a webhook subscription by its ID. Must use the same API key used to create it.

## Path parameters

- `sub_id` string, required

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/congressinvests/apis/congressinvests-api.md) · [All operations](https://skmtc.dev/congressinvests/apis/congressinvests-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/congressinvests/congressinvests-api/revisions/d50770dec0e9/schema)
