Skip to main content
DELETE
/
v2
/
queues
/
{queueName}
Delete a queue
curl --request DELETE \
  --url https://qstash.upstash.io/v2/queues/{queueName} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

queueName
string
required

The name of the queue to delete.

Response

200

Queue deleted successfully