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.
attributeValueBulkDelete(
ids: [ID!]!
): AttributeValueBulkDelete

Arguments

attributeValueBulkDelete.ids ● [ID!]! non-null scalar

List of attribute value IDs to delete.

Type

AttributeValueBulkDelete object

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.

Was this page helpful?