# Delete a role

Removes a role. Anyone holding it loses it, and their active API tokens are
terminated. A person left with no role at all is no longer an administrator of
the account.

Endpoint: DELETE /api/v2/account/role/{id}
Version: 2.0.0
Security: default

## Path parameters:

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

## Header parameters:

  - `Rosterfy-Platform` (string)

