---
title: "Delete community"
method: DELETE
path: "/x/communities/{id}"
tags: ["X Write"]
---

# Delete community

`DELETE /x/communities/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `account` string, required — X account (@username or account ID)
  - `community_name` string, required — Community name for confirmation

## Response `200`

Success

- object
  - `success` true, required

## Other responses

- `401` — Unauthenticated
- `402` — Subscription or usage issue
- `404` — Not found
- `500` — Write operation failed. Possible error codes include x_write_failed, x_write_ambiguous, x_duplicate_action, x_daily_limit (429 — account reached daily posting limit, wait 24 hours), and x_write_unconfirmed (202 — action may have completed but could not be confirmed, verify before retrying).

---

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