Nurama Developers
Chats

Unfollow a chat to stop receiving updates

Remove the authenticated user from the chat's following list. Users can unfollow a chat even if they no longer have access to it, allowing them to stop receiving notifications. Works with all chat types (topic, member, submission). Unfollowing a chat you're not following is idempotent.

PUT
/chats/{chatId}/unfollow

Remove the authenticated user from the chat's following list. Users can unfollow a chat even if they no longer have access to it, allowing them to stop receiving notifications. Works with all chat types (topic, member, submission). Unfollowing a chat you're not following is idempotent.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

chatId*string

The unique identifier of the chat to unfollow

Formatuuid

Response Body

curl -X PUT "https://example.com/chats/497f6eca-6276-4993-bfeb-53cbbbba6f08/unfollow"
Empty