This endpoint will unsubscribe a customer from receiving emails from Rejoiner.

POST /customer/unsubscribe/

Payload Specification

Param NameRequiredTypeDescription
emailYesStringThe email address of the customer
{
  "email": "[email protected]"
}