attributeBulkDelete Mutation
Deletes attributes.
Triggers the following webhook events:
- ATTRIBUTE_DELETED (async): An attribute was deleted.
attributeBulkDelete(
ids: [ID!]!
): AttributeBulkDelete
Details
type AttributeBulkDelete {
count: Int!
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}
Arguments
ids ● [ID!]!
List of attribute IDs to delete.
Type
AttributeBulkDelete
Deletes attributes.
Triggers the following webhook events:
- ATTRIBUTE_DELETED (async): An attribute was deleted.