---
title: "DELETE /consumers/{groupid}/instances/{name}/subscription"
method: DELETE
path: "/consumers/{groupid}/instances/{name}/subscription"
tags: ["Consumers"]
---

# DELETE /consumers/{groupid}/instances/{name}/subscription

`DELETE /consumers/{groupid}/instances/{name}/subscription`

Unsubscribes a consumer from all topics.

## Path parameters

- `groupid` string, required
- `name` string, required

## Response `204`

Consumer unsubscribed successfully.

## Other responses

- `404` — The specified consumer instance was not found.

## Changes

- **2025-05-29** `426d9b9215e9` — 1 info
  - added the optional property `validation_errors` to the response with the `404` status
- **2021-05-24** `c8cc23cb8d01` — 2 breaking
  - added the new path request parameter `groupid`
  - added the new path request parameter `name`
- **2019-05-27** `574cafef42d9` — 1 breaking, 3 info
  - removed the success response with the status `200`
  - api tag `Consumers` added
  - added the non-success response with the status `404`
  - added the success response with the status `204`
- **2019-05-21** `c10758b73ea6` — 1 breaking, 2 warning, 3 info
  - removed the success response with the status `204`
  - deleted the `path` request parameter `groupid`
  - deleted the `path` request parameter `name`
  - api tag `Consumers` removed
  - …2 more

[Change history](https://skmtc.dev/strimzi/apis/http-bridge-api-reference/changes/consumers/:groupid/instances/:name/subscription/delete.md)

---

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