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

Documentation Index

Fetch the complete documentation index at: https://botpress-add-desk-to-botpress-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-user-key
string
required

Authentication Key

Response

Returns the User object that was deleted

The response is of type deleteUserResponse · object.

Last modified on May 27, 2026