---
title: Unsubscribe users from topic (bulk)
full: true
_openapi:
  method: DELETE
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >
          Unsubscribe multiple users from a topic in a single request.


          - Returns `207 Multi-Status` if some unsubscriptions failed (e.g.,
          user not found).

          - Users not subscribed to the topic are included in the `failed`
          response.
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Unsubscribe multiple users from a topic in a single request.

- Returns `207 Multi-Status` if some unsubscriptions failed (e.g., user not found).
- Users not subscribed to the topic are included in the `failed` response.


<APIPage document={"./openapi-admin.json"} operations={[{"path":"/topics/{topic_id}/subscriptions","method":"delete"}]} />