Remove organization JIT email domain
Remove an email domain for just-in-time provisioning of users in the organization.
Path parameters
-
The unique identifier of the organization.
-
The email domain to remove.
Minimum length is
1
.
DELETE /api/organizations/{id}/jit/email-domains/{emailDomain}
curl \
-X DELETE https://[tenant_id].logto.app/api/organizations/{id}/jit/email-domains/{emailDomain} \
-H "Authorization: Bearer $ACCESS_TOKEN"