---
title: "Delete email sending domain"
method: DELETE
path: "/api/v1/org/{organizationUuid}/email-whitelabel"
tags: ["Organizations"]
---

# Delete email sending domain

`DELETE /api/v1/org/{organizationUuid}/email-whitelabel`

Removes the sending domain and reverts the organization to the Lightdash
sending identity.

## Path parameters

- `organizationUuid` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## Response `200`

Ok

- ApiSuccessEmpty
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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