Overall
Features
How To
API Reference
- Authentication
- Messages
- Topics
- Schedules
- Signing Keys
- Events
- Dead Letter Queues
- v1 (Deprecated)
- QStash v1 (deprecated)
- Endpoints
- Events
- Keys
- Messages
- Schedules
- Tasks
- Topics
- GETGet Quota
Migrating
Recipes
Integrations
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" }
Request
The id or name of the topic
curl -X DELETE https://qstash.upstash.io/v1/topics/:topicId \
-H "Authorization: Bearer <token>" \
{ "status": "ok" }
Was this page helpful?
curl -X DELETE https://qstash.upstash.io/v1/topics/:topicId \
-H "Authorization: Bearer <token>" \
{ "status": "ok" }