cognitoidentityprovider_delete_user_attributes: Deletes the attributes for a user
Description
Deletes the attributes for a user.
Usage
cognitoidentityprovider_delete_user_attributes(UserAttributeNames,
AccessToken)
Arguments
UserAttributeNames
[required] An array of strings representing the user attribute names you wish to
delete.
For custom attributes, you must prepend the custom:
prefix to the
attribute name.
AccessToken
[required] The access token used in the request to delete user attributes.
Request syntax
svc$delete_user_attributes(
UserAttributeNames = list(
"string"
),
AccessToken = "string"
)