Skip to content

Commit

Permalink
doc(README): add missing deleteUser method example
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde authored Oct 14, 2023
1 parent 34124d3 commit d2a4f23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ setUserMFAPreference("<accessToken>", smsMfaSettings, softwareTokenMfaSettings):

Deletes the user from the user pool.

```kotlin
deleteUser("<accessToken>"): Result<Unit>
```

## License

Cognito-idp is available under the MIT license. See the LICENSE file for more info.

0 comments on commit d2a4f23

Please sign in to comment.