If you no longer need a warehouse, you can remove it from your account using the DELETE method with the warehouses endpoint.
- Include the
warehouse_idfor the warehouse you wish to delete as a parameter in the endpoint for the request.
DELETE /v1/warehouses/:warehouse_id
DELETE /v1/warehouses/11922 HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__If successful, returns status HTTP 204, No Content.