Delete User Attributes

POST {{aws_cognito_identity_provider_base_url}}/?Action=DeleteUserAttributes

Request Params

KeyDatatypeRequiredDescription
ActionstringThe access token used in the request to delete user attributes.

Request Body

{"AccessToken"=>"string", "UserAttributeNames"=>["string"]}