URL Groups
Remove Endpoints
Remove one or more endpoints
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.
Request
urlGroupName
string
requiredThe name of your URL Group. If it doesn’t exist, we return an error.
endpoints
Array
requiredThe endpoints to be removed from to the URL Group.
Either name
or url
must be provided
name
string
The name of the endpoint
url
string
The URL of the endpoint
Response
This endpoint simply returns 200 OK if the endpoints have been removed successfully.
Was this page helpful?