v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
💬 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

dataobject
messagestring
statusCodenumber
successboolean

Example response

{
  "message": "Chat deleted successfully",
  "statusCode": 200,
  "success": true
}