Click or drag to resize
NotificationClientDeletePushTokenAsync Method

Note: This API is now obsolete.

Delete push token by 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
[ObsoleteAttribute]
public Task<HttpResponse> DeletePushTokenAsync(
	string pushTokenId
)

Parameters

pushTokenId
Type: SystemString
The push token identifier.

Return Value

Type: TaskHttpResponse
Success HTTP Status Code 200
See Also