{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-delete-user-attributes-request-schema.json", "title": "DeleteUserAttributesRequest", "description": "Represents the request to delete user attributes.", "type": "object", "properties": { "UserAttributeNames": { "allOf": [ { "$ref": "#/components/schemas/AttributeNameListType" }, { "description": "
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the attribute name.