Skip to main content
Version: 3.x

attributeBulkDelete

Deletes attributes.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

  • ATTRIBUTE_DELETED (async): An attribute was deleted.
attributeBulkDelete(
ids: [ID!]!
): AttributeBulkDelete

Arguments

attributeBulkDelete.ids ● [ID!]! non-null scalar

List of attribute IDs to delete.

Type

AttributeBulkDelete object

Deletes attributes.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

  • ATTRIBUTE_DELETED (async): An attribute was deleted.

Was this page helpful?