Upstash Documentation

Remove Endpoints

Remove one or more endpoints from a URL Group
1 min read
delete/v2/topics/{urlGroupName}/endpoints
Request example
delete/v2/topics/{urlGroupName}/endpoints

Remove one or multiple endpoints from a URL Group. If all endpoints have been removed, the URL Group will be deleted.

Authorization

Authorizationstringheaderrequired#
QStash authentication token

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

Path parameters

urlGroupNamestringrequired#
The name of your URL Group.

Body

application/json
endpointsobject[]required#
Then list of endpoints to remove from URL Group. Either name or url must be provided.
Show child attributes
namestring#
The name of the endpoint
urlstring#
The URL of the endpoint

Responses

200
Endpoint(s) removed successfully