checkoutLineDelete Mutation
DEPRECATED
Use checkoutLinesDelete instead.
Deletes a CheckoutLine.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
checkoutLineDelete(
checkoutId: ID
id: ID
lineId: ID
token: UUID
): CheckoutLineDelete @deprecated
Show return type
Arguments
id ● ID
The checkout's ID.
lineId ● ID
ID of the checkout line to delete.
Show deprecated
Type
CheckoutLineDelete
Deletes a CheckoutLine.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.