We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c640d commit 1ea10d3Copy full SHA for 1ea10d3
1 file changed
lib/requests/delete-account-confirm-request.js
@@ -123,11 +123,9 @@ class DeleteAccountConfirmRequest extends AuthRequest {
123
}
124
125
/**
126
- * Changes the password that's saved in the user store.
127
- * If the user has no user store entry, it creates one.
+ * Removes the user's account and all their data from the store.
128
*
129
* @param tokenContents {Object}
130
- * @param tokenContents.webId {string}
131
132
* @return {Promise}
133
*/
0 commit comments