Chat

Delete a chat

DELETE
/api/v1/chat/delete/{chatId}
/api/v1/chat/delete/{chatId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

chatId
Required
string

The chat ID to delete

curl -X DELETE "https://example.com/api/v1/chat/delete/string" \
  -H "Authorization: <token>"

OK