Deleting a Contact
DELETE https://driftapi.com/contacts/{contactId}
*Keep in mind: this only removes a contact from indexing in your Drift account's Contacts view, for full GDPR-compliant deletion, please go to https://devdocs.drift.com/docs/gdpr-deletion
A successful request will result in a 202 Accepted
response with a body similar to the following.
{
"result": "OK",
"ok": true
}
Updated over 3 years ago