Skip to main content
DELETE
/
basket
/
{id}
Remove item from basket
curl --request DELETE \
  --url https://api.managem.co.uk/basket/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "listingId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the basket to retrieve

Body

application/json
listingId
string
required

The ID of the listing

Response

200 - application/json

The updated basket items

{key}
object[]