Remove item from basket
Basket
Remove item from basket
Removes an item from the basket and returns the updated basket payload.
Use this for “Remove” actions in basket/cart UI.
Behavior:
- Requires authentication.
- Removes the requested listing from the basket.
- Returns the new basket state so the client can update immediately.
DELETE
Remove item from basket
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the basket to retrieve
Body
application/json
The ID of the listing
Response
200 - application/json
The updated basket items