Leave chat room
POST/chat/:id/leave
Removes the current user from a chat room. Users cannot leave chat rooms that have auto_join enabled — in that case, the endpoint returns an error. After leaving, the user no longer receives messages or notifications for the room.
Request
Responses
- 200
- 403
Left successfully, returns thread data with result boolean
Cannot leave — auto_join is enabled for this chat room