attributeDescriptionDelete
Permanently delete an attribute description from the system.
Removes the attribute description and all associated configuration. This action cannot be undone and will affect any attributes that depend on this description.
Possible errors:
- ATTRIBUTE_DESCRIPTION_NOT_FOUND: Attribute description with the specified ID does not exist
- ATTRIBUTE_DESCRIPTION_DELETE: Failed to delete the attribute description
attributeDescriptionDelete(
id: String!
): Boolean!
Arguments
attributeDescriptionDelete.id
● String!
non-null scalar
Unique identifier of the attribute description to delete.
Must be a valid UUID format representing an existing attribute description in the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.