delete_users_by_id
Delete a user from Audiobookshelf by providing their unique ID, removing their access to the server.
Instructions
Delete api users.
DELETE /api/users/{id}
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |