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

# Bulk stock update

> Remove many offers at once.

# Bulk stock update

Use bulk remove when multiple offers sold outside LoLBoost or when your stock changed.

```json theme={null}
{
  "external_ids": [
    "offer-001",
    "offer-002",
    "offer-003"
  ]
}
```

Accounts use `POST /api/v1/accounts/bulk-remove`. Items use `POST /api/v1/items/bulk-remove`.
