Skip to main content

AttributeValueBulkDelete Object

Deletes values of attributes.

Requires the MANAGE_PAGE_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 AttributeValueBulkDelete {
count: Int!
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}

Fields

count ● Int!

Returns how many objects were affected.

errors ● [AttributeError!]!

Show deprecated

Returned By

attributeValueBulkDelete mutation