Skip to main content

attributeValueBulkDelete

Deletes values of attributes.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
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.

Was this page helpful?