---
title: "Delete subscription"
method: DELETE
path: "/subscriptions/{subscription}"
tags: ["subscription"]
---

# Delete subscription

`DELETE /subscriptions/{subscription}`

Deletes a subscription. This will stop events from the source from being forwarded to the sink.

## Path parameters

- `subscription` string, required

## Response `202`

Subscription deletion accepted and will be processed asynchronously

## Other responses

- `400` — Bad request
- `404` — Not found
- `405` — Method not allowed
- `409` — Conflict
- `500` — Internal server error

## Changes

- **2026-01-30** `059a44500a5c` — 3 info
  - added the non-success response with the status `405`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `503`

[Change history](https://skmtc.dev/restatedev/apis/admin-api/changes/subscriptions/:subscription/delete.md)

---

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