Delete User Profile
opsworks_delete_user_profile | R Documentation |
Deletes a user profile¶
Description¶
Deletes a user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
Usage¶
opsworks_delete_user_profile(IamUserArn)
Arguments¶
IamUserArn |
[required] The user's IAM ARN. This can also be a federated user's ARN. |
Value¶
An empty list.
Request syntax¶
svc$delete_user_profile(
IamUserArn = "string"
)