---
title: "Delete organization by ID or label"
method: DELETE
path: "/organizations/{organization_id}"
tags: ["svc-org-management_other"]
---

# Delete organization by ID or label

`DELETE /organizations/{organization_id}`

Deletes the organization and all zones.

## Path parameters

- `organization_id` string, required — Organization ID or label identifier

## Headers

- `X-Client-Request-ID` string, uuid

## Response `204`

Organization deleted successfully

## Other responses

- `401` — unauthorized error response when caller session is not authenticated
- `403` — forbidden error response when caller does not have permissions to a resource
- `404` — not found error response when caller does not have permission to see a resource or the resource does not exist
- `429` — rate limit exceeded error response when caller has exhausted api limits for the given time period
- `500` — internal server error response when server encountered error of its own creation
- `503` — service unavailable error when server you're attempting to reach is not available
- `default` — internal server error response when server encountered error of its own creation

---

[API](https://skmtc.net/keycardai/apis/untitled-api.md) · [All operations](https://skmtc.net/keycardai/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keycardai/untitled-api/versions/2f5033ed4491/schema)
