## Delete

**delete** `/organizations/{organization_id}`

Deletes the organization and all zones.

### Path Parameters

- `organization_id: string`

  Organization ID or label identifier

### Header Parameters

- `"X-Client-Request-ID": optional string`

### Example

```http
curl https://api.keycard.ai/organizations/$ORGANIZATION_ID \
    -X DELETE \
    -H "Authorization: Bearer $KEYCARD_API_API_KEY"
```
