Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

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

The process for deleting both app and managed users is the same. To delete a user account, supply the user ID for the account that should be removed.
curl -i -X DELETE "https://api.box.com/2.0/users/12345" \
     -H "authorization: Bearer <ACCESS_TOKEN>"
There are also two optional parameters that may be set when deleting a user account:
  • force: Whether the user should be deleted even if the account still has content in it.
  • notify: Whether the user will receive a notification that the account was deleted.
The delete user request will fail if the user account still has content in it. To resolve this, either to another account or use the optional force parameter.