Skip to main content

DeleteUserResult

When deleting multiple users in a single request, the DeleteUserResult value contains the result for a single user. It will indicate if the operation succeeded and if it failed will include error information describing why the operation failed.

Properties

NameTypeDescriptionNotes
errorErrorInfo[optional]
successboolIndicates if the user was successfully deleted (true) or not (false).

Example