curl --location --request DELETE 'https://api.managem.co.uk/basket/' \
--header 'Content-Type: application/json' \
--data-raw '{
"listingId": "string"
}'
{
"property1": [
{
"listingId": "string",
"urn": "string",
"item": {
"id": "string",
"urn": "string",
"type": "card",
"game": "Pokemon",
"title": "string",
"name": "string",
"number": "string",
"description": "string",
"set": {
"id": "string",
"name": "string",
"size": 0,
"counts": {
"printed": 0,
"total": 0
},
"released": "string",
"references": [
"string"
]
},
"series": {
"name": "string",
"id": "string"
},
"image": {
"illustrator": "string",
"url": "http://example.com"
},
"alternatives": [
"string"
],
"metadata": [
{
"name": "string",
"value": "string",
"detail": null
}
]
},
"expires": "2019-08-24T14:15:22Z",
"price": 1,
"quantity": 1,
"type": "card"
}
],
"property2": [
{
"listingId": "string",
"urn": "string",
"item": {
"id": "string",
"urn": "string",
"type": "card",
"game": "Pokemon",
"title": "string",
"name": "string",
"number": "string",
"description": "string",
"set": {
"id": "string",
"name": "string",
"size": 0,
"counts": {
"printed": 0,
"total": 0
},
"released": "string",
"references": [
"string"
]
},
"series": {
"name": "string",
"id": "string"
},
"image": {
"illustrator": "string",
"url": "http://example.com"
},
"alternatives": [
"string"
],
"metadata": [
{
"name": "string",
"value": "string",
"detail": null
}
]
},
"expires": "2019-08-24T14:15:22Z",
"price": 1,
"quantity": 1,
"type": "card"
}
]
}