# Remove organization JIT email domain **DELETE /api/organizations/{id}/jit/email-domains/{emailDomain}** Remove an email domain for just-in-time provisioning of users in the organization. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the organization. - **emailDomain** (string) The email domain to remove. ## Responses ### 204 The email domain was removed successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The email domain was not found. [Powered by Bump.sh](https://bump.sh)