Person
Deletes people by email
Deletes all data for a set of persons by email within 90 days. Deprecated, use POST /people/delete
or DELETE /people/{personId}
instead
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Successfully scheduled delete of all persons with provided emails.
Number of person records softly deleted.