Skip to main content
POST
Deletes people by email

Authorizations

Authorization
string
header
required

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

Body

application/json

List of email addresses to be deleted.

emails
string<email>[]
required

Response

Successfully scheduled delete of all persons with provided emails.

personsDeletedCount
integer
required

Number of person records softly deleted.