# DELETE /v2/universes/{id}

**Delete a universe**

Permanently delete one of your universes. System universes cannot be deleted.

## Plan access

- **Plan access.** Included on every plan.
- **Rate limit.** Hobby 60/min · Pro 2,000/min · Scale 10,000/min.
- **Capacity.** Hobby 5 · Pro 25 · Scale 100 · Enterprise unlimited.

## Body parameters

| Name | In | Type | Required | Description |
|------|----|----|----------|-------------|
| `id` | path | string | yes | Universe slug. |

## Status codes

- **204** — Deleted.
- **403** — Cannot delete a system universe.
- **404** — `not_found`.

---

Interactive sandbox + parameter editor: https://tickerbot.io/api/endpoints/universes/delete
