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