rooms_unsubscribe_create
POST /rooms/:roomID/unsubscribe — Unsubscribe from a room
Unsubscribe from a public channel, discussion, quick-question, or event room. The caller's seen doc is updated to flags.isSubscribed: false, the badge count is cleared, and the room drops out of the inbox sidebar.
Access: the caller must already be a subscriber. DMs and group DMs cannot be unsubscribed via the API.
Idempotent: unsubscribing when already unsubscribed is a no-op.
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomID | Yes | Room ID |