DELETE
/
v1
/
topics
/
{topic}
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

curl -X DELETE https://qstash.upstash.io/v1/topics/:topicId \
  -H "Authorization: Bearer <token>" \
{ "status": "ok" }