---
title: "Delete Domain"
method: DELETE
path: "/domains/{domain}"
tags: ["Domain APIs"]
---

# Delete Domain

`DELETE /domains/{domain}`

This API removes a domain from your account. Once deleted, the domain will no longer be available for sending or domain-based configurations such as authentication, tracking, or routing.
Use this endpoint when a domain is no longer needed or must be replaced. The domain must belong to your account or the subaccount specified.

## Path parameters

- `domain` string, required

## Headers

- `on_behalf_of` string

## Response `204`

Domain successfully deleted. No content returned.

## Other responses

- `400` — Bad Request – Invalid or unregistered domain.

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
