pub async fn unsubscribe_email_with_token(
configuration: &Configuration,
app_id: &str,
notification_id: &str,
token: &str,
) -> Result<GenericSuccessBoolResponse, Error<UnsubscribeEmailWithTokenError>>Expand description
Unsubscribe an email with a token when using your own custom email unsubscribe landing page