Skip to main content

AttributeDelete Object

Deletes an attribute.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

  • ATTRIBUTE_DELETED (async): An attribute was deleted.
type AttributeDelete {
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
attribute: Attribute
}

Fields

errors ● [AttributeError!]!

attribute ● Attribute

Show deprecated

Returned By

attributeDelete mutation