# Delete an allocation rule

Stops the rule handing anything else out. The record is retained internally so
past reporting is not lost, but the rule can no longer be read or edited and no
endpoint restores it.

Items already given to people under this rule are not affected - they stay with
whoever holds them. The rule's own item list is left behind rather than removed,
and becomes unreachable once the rule is gone, so remove any lines you still
need first.

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

## Path parameters:

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

## Header parameters:

  - `Rosterfy-Platform` (string)

