Delete external users from current user enterprise. This will remove each external user from all invited collaborations within the current enterprise.
Version header.
Value is always 2025.0
List of external users to delete.
"12345"
The unique identifier for the user.
"user"
The value is always user
.
Value is always user
Multi-status response containing the result for each external user deletion request.
Returns an error if the listed external users are not found, or the authenticated user does not have the right permissions to delete external users.
An unexpected client error.
{
"entries": [
{
"status": 202,
"user_id": "12345"
}
]
}