| SubscriptionRemoveSubscription Method (SubscriptionObject) |
Deletes a subscription by type
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Task<SubscriptionResponse> RemoveSubscription(
SubscriptionObject type
)
Public Function RemoveSubscription (
type As SubscriptionObject
) As Task(Of SubscriptionResponse)
public:
Task<SubscriptionResponse^>^ RemoveSubscription(
SubscriptionObject type
)
member RemoveSubscription :
type : SubscriptionObject -> Task<SubscriptionResponse>
Parameters
- type
- Type: InstaSharp.EndpointsSubscriptionObject
The SubscriptionObject type
Return Value
Type:
TaskSubscriptionResponseSubscription Response
See Also