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)

Arguments

list_emails

A vector of emails.

search_only

Set to TRUE to perform a dryrun (set to FALSE to erase)

Value

A the request id

Examples

if (FALSE) create_erasure_request("ddd@hotmail.com") if (FALSE) create_erasure_request(c("person1@themail.com", "person1@theemail.com"), FALSE)