cURL
curl --request DELETE \ --url https://qstash.upstash.io/v2/topics/{urlGroupName}/endpoints \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "endpoints": [ { "name": "<string>", "url": "<string>" } ] } '
Remove one or more endpoints from a URL Group
QStash authentication token
The name of your URL Group.
Then list of endpoints to remove from URL Group. Either name or url must be provided.
Show child attributes
Endpoint(s) removed successfully
Was this page helpful?