Unlink a payment email from a contact
Unlink a payment email from a contact
DELETE
Unlink a payment email from a contact
Removes the association between a contact and a payment email from a payment processor. Deletes the payment email link record and clears the contact’s financial information (financials, subscription_status, and subscription_start). The payment email being unlinked cannot be the same as the contact’s primary email.
Authorizations
Path Parameters
ID of the contact to unlink the payment email from.
Body
application/json
Payment processor source (case-insensitive, will be converted to uppercase).
Available options:
STRIPE, PADDLE, LEMON Example:
"STRIPE"
Payment email address to unlink from the contact. Cannot be the same as the contact's primary email.
Example:
"billing@piedpiper.com"
Response
Payment email unlinked successfully.