Resuming or creating a queue may take up to a minute.
Therefore, it is not recommended to pause or delete a queue during critical operations.
Request
The name of the queue to remove.
Response
This endpoint returns 200 if the queue is removed successfully,
or it doesn’t exist.
curl https://qstash.upstash.io/v2/queues/my-queue \
-H "Authorization: Bearer <token>"