---
title: "Deletes a namespace"
method: DELETE
path: "/apps/{app_id}/namespaces/{namespace_id}"
tags: ["namespaces"]
---

# Deletes a namespace

`DELETE /apps/{app_id}/namespaces/{namespace_id}`

Deletes the namespace with the specified ID, for the specified application ID.

## Path parameters

- `app_id` string, required
- `namespace_id` string, required

## Response `204`

Namespace deleted

## Other responses

- `401` — Authentication failed
- `404` — Not found
- `500` — Internal server error
- `504` — Gateway timeout

---

[API](https://skmtc.net/ably/apis/control.md) · [All operations](https://skmtc.net/ably/apis/control/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ably/control/revisions/85e2f4b0deb6/schema)
