Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Delete a contact

DELETE
/api/v3/contacts/{email}
curl --request DELETE \
--url https://api.tryletterhead.com/api/v3/contacts/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "api": true }'

Deletes a company-level contact and every subscription, tag, custom field value, and consent record attached to it. This cannot be undone.

This is a company-level (v3) write. Authenticate with a company API key as a Bearer token.

email
required
string

The contact’s email address, URL-encoded.

Media type application/json
object
api
required

Required. Set to true to authenticate with an API key.

boolean
Example
{
"api": true
}

Contact deleted.

Still can’t find what you need? Contact support.