Skip to main content

saleDelete Mutation

DEPRECATED

Use promotionDelete mutation instead.

Deletes a sale.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • SALE_DELETED (async): A sale was deleted.
saleDelete(
id: ID!
): SaleDelete @deprecated
Show return type

Arguments

id ● ID!

ID of a sale to delete.

Type

SaleDelete

Deletes a sale.

Requires the MANAGE_DISCOUNTSpermission.

Triggers the following webhook events:

  • SALE_DELETED (async): A sale was deleted.