Remove organization JIT default role
Remove an organization role that will be assigned to users during just-in-time provisioning.
Path parameters
-
The unique identifier of the organization.
-
The unique identifier of the organization role.
DELETE /api/organizations/{id}/jit/roles/{organizationRoleId}
curl \
-X DELETE https://[tenant_id].logto.app/api/organizations/{id}/jit/roles/{organizationRoleId} \
-H "Authorization: Bearer $ACCESS_TOKEN"