---
title: "Deletes a queue"
method: DELETE
path: "/apps/{app_id}/queues/{queue_id}"
tags: ["queues"]
---

# Deletes a queue

`DELETE /apps/{app_id}/queues/{queue_id}`

Delete the queue with the specified queue name, from the application with the specified application ID.

## Path parameters

- `app_id` string, required
- `queue_id` string, required

## Response `204`

Queue deleted

## Other responses

- `400` — Bad request
- `401` — Authentication failed
- `404` — App not found
- `500` — Internal server error
- `503` — 503 Service unavailable

---

[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)
