---
title: "Remove domain"
method: DELETE
path: "/domains/{domain_id}"
---

# Remove domain

`DELETE /domains/{domain_id}`

Removes a domain with a specified id

## Path parameters

- `domain_id` integer, required

## Response `200`

The domain has been successfully deleted

- object
  - `status` boolean — The boolean true indicating status

## Other responses

- `400` — Domain could not be deleted
- `404` — Domain not found

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
