| UsersClientDeleteUserByExternalUserIdAsync Method |
Delete API User by external user id
Namespace: Quickblox.Sdk.Modules.UsersModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse> DeleteUserByExternalUserIdAsync(
int userId
)
Public Function DeleteUserByExternalUserIdAsync (
userId As Integer
) As Task(Of HttpResponse)
public:
Task<HttpResponse^>^ DeleteUserByExternalUserIdAsync(
int userId
)
member DeleteUserByExternalUserIdAsync :
userId : int -> Task<HttpResponse>
Parameters
- userId
- Type: SystemInt32
The user identifier.
Return Value
Type:
TaskHttpResponse[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.DeleteUserByExternalUserIdAsync(System.Int32)"]
See Also