Leave chat for given entity (be removed from participants).

DELETE /actions/user/chats/{entity_id}/join

Path parameters

  • entity_id Required

Responses

  • 204

    empty response

DELETE /actions/user/chats/{entity_id}/join
curl \
 --request DELETE 'http://api.example.com/actions/user/chats/a24a6ea4-ce75-4665-a070-57453082c25/join' \
 --header "Authorization: $API_KEY"