Skip to main content

AttributeValueDelete Object

Deletes a value of an attribute.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

  • ATTRIBUTE_VALUE_DELETED (async): An attribute value was deleted.
  • ATTRIBUTE_UPDATED (async): An attribute was updated.
type AttributeValueDelete {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
attributeValue: AttributeValue
}

Fields

attribute ● Attribute

The updated attribute.

errors ● [AttributeError!]!

attributeValue ● AttributeValue

Show deprecated

Returned By

attributeValueDelete mutation