Skip to main content

attributeValueBulkDelete Mutation

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

Arguments

ids ● [ID!]!

List of attribute value IDs to delete.

Type

AttributeValueBulkDelete

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.