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

> No content — the bin was deleted

### Path parameters

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

### Response

No response body. No content — the bin was deleted.

### Status codes

| Code  | Meaning                          |
| ----- | -------------------------------- |
| `204` | No content — the bin was deleted |
| `403` | —                                |
| `404` | —                                |

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