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_id
for the warehouse you wish to delete as a parameter in the endpoint for the request.
Example Request
DELETE /v1/warehouses/:warehouse_id
If successful, returns status HTTP 204, No Content.