Click or drag to resize
SubscriptionRemoveSubscription Method (SubscriptionObject)
Deletes a subscription by type

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<SubscriptionResponse> RemoveSubscription(
	SubscriptionObject type
)

Parameters

type
Type: InstaSharp.EndpointsSubscriptionObject
The SubscriptionObject type

Return Value

Type: TaskSubscriptionResponse
Subscription Response
See Also