Skip to main content
DELETE
/
v1
/
contacts
/
{email}
DeleteContactByEmailV1
curl --request DELETE \
  --url https://pub-api.conversion.ai/api/v1/contacts/{email}
{
  "data": true,
  "httpStatus": 123,
  "message": "<string>"
}

Path Parameters

email
string
required

the email

Query Parameters

gdpr
boolean

whether to delete the recipient if gdpr is true

Response

200 - application/json

success

data
boolean

If success data is populated otherwise it's empty

httpStatus
integer
message
string