Delete a Warehouse | ShipEngine
ShipEngine is becoming ShipStation API
Over the next few months you'll notice the ShipEngine website, documentation portal, and dashboard being rebranded as ShipStation API. For our ShipEngine customers, you don't need to take any action or change any of your integrations in any way. All endpoints will remain the same and continue to function as they always have.
To learn more about what's coming, review our New ShipStation API page.
Delete a Warehouse
If you no longer need a warehouse, you can remove it from your account using the DELETE method with the warehouses endpoint.
Requirements
- Include the
warehouse_idfor the warehouse you wish to delete as a parameter in the endpoint for the request.
Example Request
DELETE /v1/warehouses/:warehouse_id
DELETE /v1/warehouses/11922 HTTP/1.1
If successful, returns status HTTP 204, No Content.