---
title: "Permanently Delete a Hub"
method: DELETE
path: "/v1/hub/{hub_id}/permanent"
tags: ["Hub"]
---

# Permanently Delete a Hub

`DELETE /v1/hub/{hub_id}/permanent`

Permanently delete a specific hub identified by its UUID

## Path parameters

- `hub_id` string, uuid, required

## Response `200`

Hub successfully permanently deleted

- object
  - `metadata` object
  - `data` string

## Other responses

- `403` — You do not have the appropriate permissions
- `404` — Hub not found

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
