---
title: "Delete matter webhook subscription"
method: DELETE
path: "/matters/v1/{id}/events/subscriptions/{subscriptionId}"
tags: ["Matters"]
---

# Delete matter webhook subscription

`DELETE /matters/v1/{id}/events/subscriptions/{subscriptionId}`

Deactivates a matter webhook subscription.

## Path parameters

- `id` string, required
- `subscriptionId` string, required

## Response `200`

Subscription deleted

## Other responses

- `401` — Invalid API key
- `403` — Insufficient permissions
- `404` — Matter or subscription not found

## Changes

- **2026-03-28** `9579fb47836b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/casemark/apis/case-dev-api/changes/matters/v1/:id/events/subscriptions/:subscriptionId/delete.md)

---

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