# 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**


```http
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**.