URL Groups
Delete a URL Group
Delete a topic and all its endpoints
DELETE/v2/topics/{urlGroupName}
cURL
curl --request DELETE \
--url https://qstash-{region}.upstash.io/v2/topics/{urlGroupName} \
--header 'Authorization: Bearer <token>'Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.
Path parameters
urlGroupNamepathstringrequired
The name of the URL Group to delete.