Delete a basket

Sets the status of the basket to Deleted. Deleted baskets will not be available in the API. Only normal baskets can be deleted.

Request
query Parameters
basketId
required
integer <int32>

The internal id of the basket to delete. Note that this id should be removed from future references.

updatedBy
required
integer <int32>

Account internal id of current user.

Responses
200

Success

400

Bad Request

Key: QuotationMissing. Gets raised when the basket is missing.

500

Internal Server Error

post/ShoppingService.svc/rest/DeleteBasket