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>'
The URL Group and all its endpoints are removed. In flight messages in the URL Group are not removed but you will not be able to send messages to the URL Group anymore.
If you have a schedule that is publishing to this URL Group, you need to delete the schedule first before deleting the URL Group.

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