CancelRecurringSubscription
Cancels a recurring subscription.
Stored Procedure Specific Information
Pipedrive allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. The required columns in AddFile are FileLocation .
For example:
EXECUTE CancelRecurringSubscription Id = '2'
Input
Name | Type | Required | Description |
Id | Integer | True | The ID of the Subscription. |
EndDate | String | False | The subscription termination date. All payments after specified date will be deleted. Default value is the current date. |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure. |