### Suspend a manager

`POST /api/v1/managers/{id}/suspend`

Sets the account to suspended. They can no longer sign in, and every API token they own stops authenticating with reason api_token_owner_inactive.

- Authentication: manager session (JWT) or API token
- Permission: `prm_managers_update` (Edit managers)
- Risk: write
- Rate limit bucket: `t_mutate`

#### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `id` | path | integer | yes | Manager id. |

#### Note

Suspending a reseller does not touch the subscribers below them. Those keep connecting; only the person's own access ends.

