DeleteUserAttributesRequest is a JSON Structure definition published by Amazon Cognito, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-delete-user-attributes-request-structure.json",
"name": "DeleteUserAttributesRequest",
"description": "Represents the request to delete user attributes.",
"type": "object",
"properties": {
"UserAttributeNames": {
"allOf": [
{
"$ref": "#/components/schemas/AttributeNameListType"
},
{
"description": "<p>An array of strings representing the user attribute names you want to delete.</p> <p>For custom attributes, you must prependattach the <code>custom:</code> prefix to the front of the attribute name.</p>"
}
]
},
"AccessToken": {
"allOf": [
{
"$ref": "#/components/schemas/TokenModelType"
},
{
"description": "A valid access token that Amazon Cognito issued to the user whose attributes you want to delete."
}
]
}
},
"required": [
"UserAttributeNames",
"AccessToken"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.