DELETE
/
v2
/
topics
/
{topicName}
/
endpoints

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

Request

topicName
string
required

The name of your topic. If it doesn’t exist, we return an error.

endpoints
Array
required

The endpoints to be removed from to the topic.

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.