Removing Users

The delete endpoint removes a user by their ID.

client.delete(userId: "123") { result in /* ... */ }

When you delete a user it will be converted to a missing reference and throw an error when enriching.

© Getstream.io, Inc. All Rights Reserved.