---
title: "Remove organization JIT email domain"
method: DELETE
path: "/api/organizations/{id}/jit/email-domains/{emailDomain}"
tags: ["Organizations"]
---

# 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.

## Path parameters

- `id` string, required
- `emailDomain` string, required

## Response `204`

The email domain was removed successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The email domain was not found.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
