---
title: Remove a channel subscription
full: true
_openapi:
  method: DELETE
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >
          Remove a channel subscription by its identifier. Returns `204 No
          Content`.


          ```json

          {
            "identifier": "https://fcm.googleapis.com/fcm/send/..."
          }

          ```
---

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

Remove a channel subscription by its identifier. Returns `204 No Content`.

```json
{
  "identifier": "https://fcm.googleapis.com/fcm/send/..."
}
```


<APIPage document={"./openapi-user.json"} operations={[{"path":"/channels/{channel_id}/subscriptions","method":"delete"}]} />