Retrieving Users
The retrieving users' endpoint allows you to retrieve a user by their ID.
resp, err := client.Users().Delete(context.TODO(), "123")
if err != nil {
panic(err)
}The retrieving users' endpoint allows you to retrieve a user by their ID.
resp, err := client.Users().Delete(context.TODO(), "123")
if err != nil {
panic(err)
}The fastest way to build with Stream. Start a new project or improve an existing one. Full CLI and documentation integration out of the box.
Ask your agent: