connect_delete_user: Deletes a user account from the specified Amazon Connect instance
Description
Deletes a user account from the specified Amazon Connect instance.
Usage
connect_delete_user(InstanceId, UserId)
Arguments
InstanceId
[required] The identifier of the Amazon Connect instance.
UserId
[required] The identifier of the user.
Request syntax
svc$delete_user(
InstanceId = "string",
UserId = "string"
)