AttributeValueDeleted Object
Event sent when attribute value is deleted.
type AttributeValueDeleted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  attributeValue: AttributeValue
}
Fields
AttributeValueDeleted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
AttributeValueDeleted.version ● String scalar miscellaneous
Saleor version that triggered the event.
AttributeValueDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
AttributeValueDeleted.recipient ● App object apps
The application receiving the webhook.
AttributeValueDeleted.attributeValue ● AttributeValue object attributes
The attribute value the event relates to.