unsubscribe From Changelog
Unsubscribes an email address from product update emails via POST /api/v1/public/apps/{appKey}/changelog/unsubscribe.
Return
ChangelogUnsubscribeResult indicating whether the address was removed.
Parameters
email
Email address to remove from the subscriber list.
Throws
on HTTP errors.
on network or parsing errors.
Example:
val result = client.unsubscribeFromChangelog("user@example.com")
println("Unsubscribed: ${result.unsubscribed}")Content copied to clipboard