Authorization: Bearer ********************
{
"deleted": [
2,
3,1
]
}
curl --location -g --request POST '{{base_url}}warehouse/archive-warehouse/' \
--header 'Content-Type: application/json' \
--data-raw '{
"deleted": [
2,
3,1
]
}'
{
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
{
"id": 0,
"street_address": "string",
"additional_details": "string",
"suburb": "string",
"state": "string",
"postcode": "string"
}
]
}
}