> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a bin

> Delete a bin

### Path parameters

<ParamField path="id" type="integer (int32)" required>
  Bin ID
</ParamField>

### Response

No response body.

### Status codes

| Code  | Meaning |
| ----- | ------- |
| `204` | —       |
| `403` | —       |
| `404` | —       |

<RequestExample>
  ```bash cURL theme={null}
  curl --request DELETE \
    --url 'https://api.stateset.com/api/v1/warehouse-bins/{id}' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
