Home > @vsf-enterprise/sapcc-api > Endpoints > deleteCart
Endpoints.deleteCart() method
Remove cart.
Signature:
deleteCart(context: SapccIntegrationContext, props: DeleteCartProps): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | DeleteCartProps | An object which contains necessary properties for removing the cart. |
Returns:
Promise<void>