connect_delete_user: Deletes a user account from the specified Amazon Connect instance
Description
Deletes a user account from the specified Amazon Connect instance.
For information about what happens to a user's data when their account
is deleted, see Delete Users from Your Amazon Connect Instance
in the Amazon Connect Administrator Guide.
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"
)