---
title: "DELETE /v1/domains/{id}"
method: DELETE
path: "/v1/domains/{id}"
---

# DELETE /v1/domains/{id}

`DELETE /v1/domains/{id}`

## Path parameters

- `id` number, nullable

## Response `200`

Domain deleted successfully

- object
  - `id` number, required
  - `success` boolean, required
  - `message` string, required

## Other responses

- `403` — Forbidden - API key doesn't have access
- `404` — Domain not found

## Changes

- **2025-10-10** `63977d370fcb` — 7 breaking, 11 warning, 5 info
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `dnsRecords` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `publicKey` from the response with the `200` status
  - …19 more
- **2025-10-10** `80eef1283741` — 1 info
  - endpoint added
- **2024-05-21** `ad91eadfd8ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/usesend/apis/usesend-api/changes/v1/domains/:id/delete.md)

---

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