---
title: "Delete a domain"
method: DELETE
path: "/waap/v1/domains/{domain_id}"
tags: ["Domains"]
---

# Delete a domain

`DELETE /waap/v1/domains/{domain_id}`

Delete an inactive domain by ID. Only domains with status 'bypass' can be deleted.

## Path parameters

- `domain_id` integer, required — The domain ID

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Resource not found
- `422` — Unprocessable Entity
- `500` — Internal server error.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
