---
title: "Delete domain"
method: DELETE
path: "/v3/admin/domains/{domain_id}"
tags: ["Manage Domains"]
---

# Delete domain

`DELETE /v3/admin/domains/{domain_id}`

<div id="admonition-warning">⚠️ <b>Before you can use the Manage Domains endpoints, you need a <a href="/docs/v3/auth/nylas-service-account/">Nylas Service Account</a></b>.</div>

Deletes the specified domain. This action is irreversible.

## Response `200`

OK

- object
  - `request_id` string — ID of the request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Rate Limit

---

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