When processed, the request will search for any entities within Qualtrics that match any of the supplied emails; these entities include
Users
MailingList & XM Directory contacts
People For any entity discovered the service will erase any responses to surveys they have submitted, along with any tickets that may have originated from their responses before erasing the entity itself.
create_erasure_request(list_emails, search_only = TRUE)
list_emails | A vector of emails. |
---|---|
search_only | Set to |
A the request id
if (FALSE) create_erasure_request("ddd@hotmail.com") if (FALSE) create_erasure_request(c("person1@themail.com", "person1@theemail.com"), FALSE)