deleteUserById abstract method

Future<DeleteUserResponse> deleteUserById(
  1. String userId
)

Deletes a User by userId

On success the User identified by userId is deleted

In case of error a ResponseError is set on DeleteUserResponse

Implementation

Future<DeleteUserResponse> deleteUserById(String userId);