---
title: "Delete company domain"
method: DELETE
path: "/company/domains/{id}"
tags: ["Email Domains"]
---

# Delete company domain

`DELETE /company/domains/{id}`

Remove a domain from the company. If the domain is the primary or only domain, sending reverts to the company or default sender.

## Path parameters

- `id` string, uuid, required

## Response `200`

Domain deleted successfully

- DomainDeleteResponse — Domain deletion confirmation
  - `message` string, required
  - `domain_id` string, uuid, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/firma/apis/firma-partner-api.md) · [All operations](https://skmtc.dev/firma/apis/firma-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firma/firma-partner-api/revisions/5c03d6a9d080/schema)
