# Delete a Warehouse Removes a warehouse from ShipStation's UI and sets it to *Inactive* status. > **NOTE** In the API, the endpoint is called *warehouse*, but the process actually affects *Ship From locations* in the UI on the application side of operations. This is a "soft" delete action, so the *warehouse* (or *Ship From location*) will still exist in the database, but this action will set it to *Inactive* status. ## Related Resources - [Create Warehouse](/apis/shipstation-v1/docs/warehouses/create) - [Update Warehouse](/apis/shipstation-v1/docs/warehouses/update)