FulfillmentWarehouses

Delete Warehouse

Delete a warehouse by ID

Note: Warehouses can only be deleted if they:

  • Have no active locations
  • Have no pending fulfillments
  • Have no active operations
DELETE
/shipos/warehouses/{warehouse_id}
x-access-token<token>

In: header

Path Parameters

warehouse_id*string

The ID of the warehouse to delete

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/shipos/warehouses/string"
Empty