Headers
Authentication Key
Response
Returns the User object that was deleted
The response is of type object.
curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/users/me \
--header 'x-user-key: <x-user-key>'{}Permanently deletes a User. It cannot be undone.
curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/users/me \
--header 'x-user-key: <x-user-key>'{}Authentication Key
Returns the User object that was deleted
The response is of type object.
Was this page helpful?