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
/
person
/
delete
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Number of person records softly deleted.