Subscribers removal
Remove subscribers from a topic
POST
/v1/topics/{topicKey}/subscribers/removal
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
Requiredsubscribers
Requiredarray<string>List of subscriber identifiers that will be removed to the topic
Path Parameters
topicKey
RequiredstringThe topic key
Header Parameters
idempotency-key
stringA header for idempotency purposes