Box Developer Documentation

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.

External Users Submit Delete Job Response

Multi-status response containing the result for each external user deletion request.

object array

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.

202

HTTP status code for a specific user's deletion request.

12345

The ID of the external user.

Response Example

{
  "entries": [
    {
      "status": 202,
      "user_id": "12345"
    }
  ]
}