💬 Chat App
Delete one on one chat
This API endpoint empowers logged-in users to seamlessly delete a one-on-one chat conversation in which they are a participant.
By sending a DELETE request to this endpoint with the relevant chatId, users can effectively remove the specified one-on-one chat, thereby enhancing their control over their chat interactions and facilitating a streamlined and personalized messaging experience.
delete/chat-app/chats/remove/{chatId}
Response
Delete one on one chat
Example response
{
"message": "Chat deleted successfully",
"statusCode": 200,
"success": true
}