Delete topic subscriptions
Delete subscriptions for subscriberIds for a topic.
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
RequiredsubscriberIds
Requiredarray<string>List of subscriber identifiers to unsubscribe from the topic (max: 100)
Path Parameters
topicKey
RequiredstringThe key identifier of the topic
Header Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
Subscriptions deleted successfully
data
Requiredarray<object>The list of successfully deleted subscriptions
@minItems 0
meta
RequiredobjectMetadata about the operation
errors
array<object>The list of errors for failed deletion attempts
@minItems 0