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