Skip to main content
DELETE
/
api
/
chat
/
chats
/
{chat_id}
Delete single chat
curl --request DELETE \
  --url https://api.example.com/api/chat/chats/{chat_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

chat_id
string
required

Response

Successful Response

message
string
required