Queues

Delete a queue

Deletes a queue

DELETE/v2/queues/{queueName}
cURL
curl --request DELETE \
  --url https://qstash-{region}.upstash.io/v2/queues/{queueName} \
  --header 'Authorization: Bearer <token>'

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

queueNamepathstringrequired

The name of the queue to delete.

Response

200 — Queue deleted successfully

Loading search…