Click or drag to resize
NotificationClientDeleteSubscriptionsAsync Method
Remove a subscription by the identifier.

Namespace: Quickblox.Sdk.Modules.NotificationModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse> DeleteSubscriptionsAsync(
	int subscriptionId
)

Parameters

subscriptionId
Type: SystemInt32
The subscription identifier.

Return Value

Type: TaskHttpResponse
Success HTTP Status Code 200
See Also