OrganizationRole
Members
id : string
id : stringname : string
name : stringMethods
constructor(api, member, role)
constructor(api, member, role)async remove()
async remove()Last updated
id : stringname : stringconstructor(api, member, role)async remove()Last updated
if (await role.remove()) {
// the role was successfully removed from the membership
}