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

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

message
string
required