Skip to main content

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 miscellaneous

List of attribute IDs to delete.

Type

AttributeBulkDelete object attributes

Deletes attributes.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

  • ATTRIBUTE_DELETED (async): An attribute was deleted.