Skip to main content
DELETE
/
api
/
v1
/
chats
/
{chatId}
Delete chat
curl --request DELETE \
  --url http://localhost:{port}/api/v1/chats/{chatId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token authentication

Path Parameters

chatId
string
required

ID of the chat to delete

Response

Chat deleted successfully