Remove organization JIT email domain
Remove an email domain for just-in-time provisioning of users in the organization.
DELETE
/api/organizations/{id}/jit/email-domains/{emailDomain}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/organizations/{id}/jit/email-domains/{emailDomain}' \
--header "Authorization: Bearer $ACCESS_TOKEN"