cURL
curl --request DELETE \ --url https://dashboard.gratian.pro/api/client/servers/{server}/users/{user} \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Removes a subusers from a server’s assignment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The user UUID
No content
The response is of type string[].
string[]