UnsubscribeCustomer
Description
Unsubscribes an e-mail address from newsletter subscriptions.
Operation name: unsubscribeCustomer.
The subscriber record is retained and marked as unsubscribed for history/audit purposes.
Endpoint
mutation unsubscribeCustomer($email: String!) {
unsubscribeCustomer(email: $email) {
success
message
subscribedEmail
alreadyExists
wasReactivated
}
}