diff options
-rw-r--r-- | _data/sites.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/_data/sites.json b/_data/sites.json index 9f169306..ccf18ff2 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -25516,11 +25516,20 @@ { "name": "Yelp", "meta": "popular", - "url": "https://www.yelp.co.uk/contact?topic=support&subtopic=close", - "difficulty": "easy", + "url": "https://www.yelp.com/support/contact/account_closure", + "url_es": "https://www.yelp.es/support/contact/account_closure", + "notes": "Closing your account does not remove all data. To delete the data associated with your account, you must email them. Additional information can be found here: [Yelp - Support Center - How do I close my account?](https://www.biz.yelp.com/support-center/article/How-do-I-close-my-account).", + "notes_es": "Cerrar su cuenta no elimina sus datos. Para eliminar los datos asociados con su cuenta, debe enviar un correo electrónico a ellos. Puede encontrar información addicional aquí, pero sólo en ínglés: [Yelp - Support Center - How do I close my account?](https://www.biz.yelp.com/support-center/article/How-do-I-close-my-account).", + "difficulty": "hard", "domains": [ - "yelp.co.uk" - ] + "yelp.ca", + "yelp.co.uk", + "yelp.com", + "yelp.es" + ], + "email": "dataprotection@yelp.com", + "email_subject": "Account Data Deletion Request", + "email_body": "Please delete my account and all data associated with it. My username is XXXXXX" }, { |