{
  "args": {
    "channel": {
      "desc": "Private channel to leave",
      "required": true,
      "type": "group"
    }
  },
  "desc": "Leaves a private channel.",
  "errors": {
    "cant_leave_last_channel": "Authenticated user cannot leave the last channel they are in",
    "channel_not_found": "Value passed for `channel` was invalid.",
    "is_archived": "Group has been archived.",
    "last_member": "Authenticated user is the last member of a group and cannot leave it"
  }
}
