warehouses

Delete warehouse

Removes a warehouse from ShipStation's UI and sets it to Inactive status. This is a "soft" delete action.

Note: In the API, the endpoint is called warehouse, but the process actually affects Ship From Locations in the UI.

delete/warehouses/{warehouseId}

Path parameters

warehouseIdinteger required

Warehouse ID to delete

Response

Warehouse deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "The requested warehouse has been deleted."
}