You can use your SFTP drop zone at depot.loudcrowd.com to send contact deletes to LoudCrowd to remain in compliance with CCPA. Here are examples of how to do this via a terminal command line (linux/macOS), but you can also perform similar behaviors with a GUI-based SFTP client like FileZilla:
Login to the SFTP drop zone with the private key matching the public key you provided (example
sftp -i ~/.ssh/<private_key> aW50ZWdyYXRpb246OTU3@depot2.loudcrowd.com
).Username: aW50ZWdyYXRpb246OTU3
Hostname: depot2.loudcrowd.com
Make a directory called
bulk_data_deletion_requests
(examplemkdir bulk_data_deletion_requests
).If the directory already exists, skip to step 3 (example
ls bulk_data_deletion_requests
)
Upload the file (example
put <filename
).Notify us at info@loudcrowd.com after you've uploaded a new request. Please include the filename you uploaded.
LoudCrowd will remove the requested data and respond with a confirmation via email with the filename that was actioned.