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
The name of the endpoint
The URL of the endpoint
Endpoint(s) removed successfully
Was this page helpful?