DELETE
/
users
/
me
curl --request DELETE \
  --url https://chat.botpress.cloud/{webhookUrl}/users/me \
  --header 'x-user-key: <x-user-key>'
{}

Headers

x-user-key
string
required

Authentication Key

Response

200
application/json
Returns the [User](#schema_user) object that was deleted

The response is of type object.