Removes a permission from a role

Log in to see full request history

SDK Example:

role = project.roles.get(name='my_role')
role.remove_permission(perm='some_perm', object_type='project')
Body Params
string
required

the object type of the permission to remove

string
required

the permission string to remove

Responses

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json