Skip to main content
DELETE
/
v2
/
topics
/
{urlGroupName}
Delete a URL Group
curl --request DELETE \
  --url https://qstash.upstash.io/v2/topics/{urlGroupName} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

urlGroupName
string
required

The name of the URL Group to delete.

Response

200

URL Group deleted successfully