---
title: "Delete one on one chat"
method: DELETE
path: "/chat-app/chats/remove/{chatId}"
tags: ["💬 Chat App"]
---

# Delete one on one chat

`DELETE /chat-app/chats/remove/{chatId}`

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.

## Response `200`

Delete one on one chat

- object
  - `data` object
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
