Upstash Documentation

Delete a URL Group

Delete a topic and all its endpoints
1 min read
delete/v2/topics/{urlGroupName}
Request example
delete/v2/topics/{urlGroupName}

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.

Warning

If you have a schedule that is publishing to this URL Group, you need to delete the schedule first before deleting the URL Group.

Authorization

Authorizationstringheaderrequired#
QStash authentication token

1 alternative authorization method available — see the spec for details.

Path parameters

urlGroupNamestringrequired#
The name of the URL Group to delete.

Responses

200
URL Group deleted successfully