A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Multi-status response containing the result for each external user deletion request.
Array of results of each external user deletion request.
Deletion request status details. This property is only present when the deletion request is not successful.
202HTTP status code for a specific user's deletion request.
12345The ID of the external user.
{
"entries": [
{
"status": 202,
"user_id": "12345"
}
]
}