{
"location_id": "string"
}
curl --location --request DELETE '/admin/sales-channels//stock-locations' \
--header 'Content-Type: application/json' \
--data-raw '{
"location_id": "string"
}'
{
"id": "string",
"object": "stock-location",
"deleted": true
}