# Remove an item from an allocation rule

Takes the item off the rule's list so it is no longer handed out. **This is
permanent** - the line is removed outright rather than retained, and no endpoint
restores it.
Items already given to people under this rule are not affected; they stay with
whoever holds them.
The line has to belong to the rule named in the URL; deleting one under the
wrong rule is not found and nothing is removed.

Endpoint: DELETE /api/v2/inventory/allocation/{allocation_id}/item/{id}
Version: 2.0.0
Security: default

## Path parameters:

  - `allocation_id` (integer, required)
    The ID of the allocation rule.

  - `id` (integer, required)
    The ID of the item line on that rule.

## Header parameters:

  - `Rosterfy-Platform` (string)

