Delete external users from current user enterprise. This will remove each external user from all invited collaborations within the current enterprise.
This operation is performed by calling function submitJobToDeleteExternalUsersV2025R0.
See the endpoint docs at API Reference.
client.getExternalUsers().submitJobToDeleteExternalUsersV2025R0(new ExternalUsersSubmitDeleteJobRequestV2025R0(Arrays.asList(new UserReferenceV2025R0(getEnvVar("BOX_EXTERNAL_USER_ID")))))
- requestBody
ExternalUsersSubmitDeleteJobRequestV2025R0- Request body of submitJobToDeleteExternalUsersV2025R0 method
- headers
SubmitJobToDeleteExternalUsersV2025R0Headers- Headers of submitJobToDeleteExternalUsersV2025R0 method
This function returns a value of type ExternalUsersSubmitDeleteJobResponseV2025R0.