OrganizationOrganizationRemove role from userRemove role from user DELETE /api/v1/organization/users/:userId/roles/:roleName Removes a role from the user. Returns 204 on success, 404 if the user does not have that role. Requires the Administrator role. Request Responses200OK