# Delete a functional area 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.
Functional areas 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/functionalarea/type/{id}
Version: 2.0.0
Security: default

## Path parameters:

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

## Header parameters:

  - `Rosterfy-Platform` (string)

