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