Remove members from a role

Remove the given members from the given role

Path parameters
name
string required

Role name

Example SuperAdmin
Body required
application/json

The members to remove

Array [

string

]

Responses
  • 204 Members removed
  • 401 Authentication error
  • 403 Forbidden action
  • 404 Role not found
  • 500 Unexpected internal server error