events

unsubscribe

Unsubscribe from a topic

Unsubscribe an application endpoint described by the request body from topic. The operation may return before it actually completes, but upon success it is guaranteed that the endpoint will eventually stop receive events from the topic.

post/event/{topic}/unsubscribe

Path parameters

topicstring required

The topic name

Request body

idstring

The id of the subscription to be removed. If not id is provided, the topic will be used as the id.

Response

A success message.

Changes