Skip to main content
Version: 3.x

AttributeValueBulkDelete

Deletes values of attributes.

Requires 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

AttributeValueBulkDelete.count ● Int! non-null scalar

Returns how many objects were affected.

AttributeValueBulkDelete.attributeErrors ● [AttributeError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

AttributeValueBulkDelete.errors ● [AttributeError!]! non-null object

Returned by

attributeValueBulkDelete mutation


Was this page helpful?