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 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.
Parameter
contact_id
string
Contact ID.