Remove organization JIT default role
Remove an organization role that will be assigned to users during just-in-time provisioning.
DELETE
/api/organizations/{id}/jit/roles/{organizationRoleId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/organizations/{id}/jit/roles/{organizationRoleId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"