This endpoint deletes an existing topic from QStash.
curl -X DELETE https://qstash.upstash.io/v1/topics/:topicId \ -H "Authorization: Bearer <token>" \
{ "status": "ok" }
The id or name of the topic
Was this page helpful?