IamUtil.deleteUser()
DESCRIPTION
Delete the specified user from device.
DECLARATION
static public func deleteUser(connection: Connection, username: String) throws
PARAMETERS
connection:
- An established connection to the device
username:
- Username of the user to delete
THROWS ERRORS
USER_DOES_NOT_EXIST:
- if the specified user does not exist on the device
BLOCKED_BY_DEVICE_CONFIGURATION:
- if the device configuration does not allow deleting this user (the
IAM:DeleteUser
action for theIAM:Username
attribute is not allowed for the requesting role) IAM_NOT_SUPPORTED:
- if Nabto Edge IAM is not supported by the device