Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Array of email addresses to remove
string[]
required
Array of email addresses to remove (minimum 1, automatically normalized)Minimum length: 1Example: ["email1@gmail.com"]

Response

Contacts removed successfully
boolean
Example: true