Click or drag to resize
UsersClientDeleteUserByIdAsync Method
Delete API User by id

Namespace: Quickblox.Sdk.Modules.UsersModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse> DeleteUserByIdAsync(
	int userId
)

Parameters

userId
Type: SystemInt32
The user id.

Return Value

Type: TaskHttpResponse

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.DeleteUserByIdAsync(System.Int32)"]

See Also