curl --request POST \
--url http://api.superwize.ai/api/chat/unshareConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"success": true
}Revokes global reader access from a previously shared conversation.
curl --request POST \
--url http://api.superwize.ai/api/chat/unshareConversation \
--header 'Content-Type: application/json' \
--data '
{
"conversationId": "conv_01JHKYW2V8XQ123456789"
}
'{
"success": true
}