FlaresendDocs
Contacts

Delete a contact

Remove a contact and take it out of every audience.

DELETE/v1/contacts/{id}API key

Deletes the contact and removes it from every audience it was in. This can't be undone. Emails already sent to the contact stay in the email log.

If you only want to stop sending to someone, update the contact with unsubscribed: true instead. That keeps the record, so a later import or upsert doesn't subscribe them again.

Path parameters

idstringpathrequired

The contact ID.

Response

idstring

The ID of the deleted contact.

Always true.

Errors

StatusCodeWhen
404contact_not_foundNo contact with that ID in this project.