Novu · Arazzo Workflow
Novu Unsubscribe Subscribers From a Topic
Version 1.0.0
Remove a set of subscribers from a topic, then list the remaining subscriptions to confirm.
View Spec
View on GitHub
NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReactArazzoWorkflows
Provider
Workflows
unsubscribe-from-topic
Delete subscribers from a topic, then verify the remaining subscriptions.
Removes the supplied subscriber ids from the topic and lists the remaining topic subscriptions to confirm the change.
1
unsubscribe
TopicsController_deleteTopicSubscriptions
Delete the supplied subscribers' subscriptions from the topic. Novu returns 200 with the result of the delete operation.
2
verifyRemaining
TopicsController_listTopicSubscriptions
List the topic's remaining subscriptions to confirm the unsubscribed subscribers are no longer members.