Documentation
Sign inGet started

Delete a contact

DELETE
/v1/contacts/{contact_id}
await bird.contacts.delete("con_01krdgeqcxet5s7t44vh8rt9mg");
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.
Parâmetros
contact_id
string
ID of the contact to delete (con_-prefixed).