attributeValueBulkDelete Mutation
Deletes values of attributes.
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.
Triggers the following webhook events:
- ATTRIBUTE_VALUE_DELETED (async): An attribute value was deleted.
- ATTRIBUTE_UPDATED (async): An attribute was updated.