forked from justdeleteme/justdelete.me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.json
More file actions
89 lines (75 loc) · 1.65 KB
/
sites.json
File metadata and controls
89 lines (75 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[
{
"name" : "Twitter",
"url" : "https://twitter.com/settings/accounts/confirm_deactivation",
"difficulty" : "easy"
},
{
"name" : "Skype",
"url" : "https://support.skype.com/en/faq/FA142/can-i-delete-my-skype-account",
"difficulty" : "hard",
"notes" : [
"To delete your Skype account you must contact customer services."
]
},
{
"name" : "Facebook",
"url" : "https://www.facebook.com/help/delete_account?rdrhc",
"difficulty" : "easy"
},
{
"name" : "iTunes",
"url" : "http://www.apple.com/support/itunes/contact/",
"difficulty" : "hard"
},
{
"name" : "Medium",
"url" : "https://medium.com/me",
"difficulty" : "easy"
},
{
"name" : "LinkedIn",
"url" : "http://help.linkedin.com/app/answers/detail/a_id/63/kw/delete%20account",
"difficulty" : "easy"
},
{
"name" : "Hotmail",
"url" : "https://mail.live.com/mail/CloseAccountConfirmation.aspx",
"difficulty" : "easy"
},
{
"name" : "Netflix",
"url" : "https://support.netflix.com/en/node/407",
"difficulty" : "hard"
},
{
"name" : "Google",
"url" : "https://www.google.com/accounts/Login",
"difficulty" : "easy"
},
{
"name" : "Yahoo!",
"url" : "https://edit.yahoo.com/config/delete_user",
"difficulty" : "easy"
},
{
"name" : "Dropbox",
"url" : "https://www.dropbox.com/account/delete",
"difficulty" : "easy"
},
{
"name" : "Foursquare",
"url" : "https://foursquare.com/delete_me",
"difficulty" : "easy"
},
{
"name" : "PayPal",
"url" : "https://www.paypal.com/us/cgi-bin/webscr?cmd=_close-account",
"difficulty" : "easy"
},
{
"name" : "Tumblr",
"url" : "http://www.tumblr.com/account/delete",
"difficulty" : "easy"
}
]