# Replenishment Advice Lines History

## Delete Replenishment Advice Lines History

**delete** `/api/v2/public/replenishmentadvicelineshistory`

### Body Parameters

- `ids: optional array of number`

### Example

```http
curl https://api.colleqtive.net/api/v2/public/replenishmentadvicelineshistory \
    -X DELETE \
    -H "Authorization: $COLLEQTIVE_BEARER_TOKEN"
```
