cURL
curl --request DELETE \ --url https://pub-api.conversion.ai/api/v1/contacts/{email}
{ "data": true, "httpStatus": 123, "message": "<string>" }
Delete a contact by email from public api
the email
whether to delete the recipient if gdpr is true
success
If success data is populated otherwise it's empty
Was this page helpful?