Remove a role from a user in an organization
Remove a role assignment from a user in the specified organization.
Path parameters
-
The unique identifier of the organization.
-
The unique identifier of the user.
-
The unique identifier of the organization role.
DELETE /api/organizations/{id}/users/{userId}/roles/{organizationRoleId}
curl \
-X DELETE https://[tenant_id].logto.app/api/organizations/{id}/users/{userId}/roles/{organizationRoleId} \
-H "Authorization: Bearer $ACCESS_TOKEN"