Skip to main content
DELETE
Unlink a payment email from a contact

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer
required

ID of the contact to unlink the payment email from.

Body

application/json
source
enum<string>
required

Payment processor source (case-insensitive, will be converted to uppercase).

Available options:
STRIPE,
PADDLE,
LEMON,
POLAR,
DODO
Example:

"STRIPE"

email
string<email>
required

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.