💬 Chat App
Delete a group chat
This API endpoint empowers group administrators to seamlessly delete a specific group chat identified by its unique chatId.
By accessing this endpoint, group admins can initiate the removal process, ensuring efficient management of group interactions and maintaining a streamlined chat environment.
delete/chat-app/chats/group/{chatId}
Response
Delete a group chat
Example response
{
"message": "Group chat deleted successfully",
"statusCode": 200,
"success": true
}