attributeDelete Mutation
Deletes an attribute.
Triggers the following webhook events:
- ATTRIBUTE_DELETED (async): An attribute was deleted.
attributeDelete(
externalReference: String
id: ID
): AttributeDelete
Show return type
Arguments
externalReference ● String
External ID of an attribute to delete.
id ● ID
ID of an attribute to delete.
Type
AttributeDelete
Deletes an attribute.
Triggers the following webhook events:
- ATTRIBUTE_DELETED (async): An attribute was deleted.