DeleteExternalUsers
Delete external users from current user enterprise. This will remove each external user from all invited collaborations within the current enterprise.
Input
| Name | Type | Description |
| ExternalUserId | String | Comma-separated list of external user IDs to delete, e.g. 'userId1,userId2'. |
Result Set Columns
| Name | Type | Description |
| ExternalUserId | String | The ID of the external user. |
| StatusCode | String | HTTP status code for a specific user's deletion request. |
| StatusMessage | String | Deletion request status details. This property is populated only when the deletion request is not successful. |