# Delete a location type

Removes the category. The record is retained internally so past reporting is not
lost, but the type can no longer be read or edited and no endpoint restores it.
Locations filed under it are **not** deleted and keep pointing at the removed type,
so reassign them first if they should stay categorised.

Endpoint: DELETE /api/v2/headcount/location/type/{id}
Version: 2.0.0
Security: default

## Path parameters:

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

## Header parameters:

  - `Rosterfy-Platform` (string)

