v1

latestOpenAPI 3.0.02026-07-17493090.2 KB
Biome

Delete a user

This endpoint requires the permission "biome.user.write".

delete/biome/users/{user_id}

Path parameters

user_idstring required
Example:f35aacc1-a9cd-4eda-b6d0-2efaddf0c8a4

ID of the user

Headers

Authorizationstring required

The client's authorization, which the server resolves to an identity. Currently supports Biome JWT (if Biome credentials is enabled), Cylinder JWT, and OAuth2 bearer tokens.

SplinterProtocolVersioninteger
Example:2

The protocol version which the client can understand. If not provided, the node will respond using its latest protocol version.

Response

User deleted successfully

messagestring

Example response

{
  "message": "User deleted successfully"
}