# Delete an allocation

Takes the item back from the person. The record is retained internally so past
reporting is not lost, and no endpoint restores it.

Deleting an allocation frees the person to be allocated the item again, and
returns any serial it held to the free pool.

The allocation must belong to the item in the URL; a mismatched pair returns a
404.

Endpoint: DELETE /api/v2/inventory/item/{item_id}/user/{id}
Version: 2.0.0
Security: default

## Path parameters:

  - `item_id` (integer, required)
    The ID of the inventory item.

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

## Header parameters:

  - `Rosterfy-Platform` (string)

