# 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. Endpoint: POST /DeleteBasket Version: 1.1 ## Query parameters: - `basketId` (integer, required) The internal id of the basket to delete. Note that this id should be removed from future references. - `updatedBy` (integer, required) Account internal id of current user.