Delete User Attributes
POST {{aws_cognito_identity_provider_base_url}}/?Action=DeleteUserAttributes
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
Action | string | The access token used in the request to delete user attributes. |
Request Body
{"AccessToken"=>"string", "UserAttributeNames"=>["string"]}