Skip to content

Remove right

DELETE
/user/{id}/right

This route is used to remove rights from a user

Authorizations

bearer
Type
HTTP (bearer)

Parameters

Path Parameters

id*

The id of the user you want to remove the right from

Type
integer
Required

Request Body

application/json
JSON
{
"rightIds": [
0
]
}

Responses

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI