Contacts

Delete Contacts Bulk

Deletes provided contacts in bulk. Required Access Level: ModifyContacts

post/contacts/delete

Request body

Rulestring string

SQL-like rule. Sending 'All' as a value loads all resources of the given type. Help for building a segment rule can be found here: https://help.elasticemail.com/en/articles/5162182-segment-rules

Emailsstring[]

Comma delimited list of contact emails

Example request

{
  "Emails": [
    "john.doe@sample.com"
  ]
}

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.