Delete a contact
DELETE
/v1/contacts/{contact_id}
curl -X DELETE "https://us1.platform.bird.com/v1/contacts/{contact_id}" \
-H "Authorization: Bearer $TOKEN"Deletes a contact permanently and removes it from every audience it belongs to. Suppression records for the address are not affected: an unsubscribed or bounced address stays suppressed even after the contact is deleted.
Parametry
contact_id
string
ID of the contact to delete (con_-prefixed).