Skip to main content

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 miscellaneous

List of attribute value IDs to delete.

Type

AttributeValueBulkDelete object attributes

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.