You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this we need to use the platform.auth service RPC method called "auth_file.read".
We will then delete the entry in the dictionary inside the "roles" key for the role in question, and save it again using the "auth_file.set_roles" method (also on the platform.auth service)
Remove a role from the specified platform.
Request:
BEARER <jwt_token>
Response:
With valid BEARER token on success:
204 No Content
With valid BEARER token on failure:
400 Bad Request
application/json
With invalid BEARER token:
401 Unauthorized
The text was updated successfully, but these errors were encountered: