Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Delete a subscription

    Marks an installment or a recurring subscription as deleted.

    Input

    type: object properties: parameters: type: object properties: id: type: integer description: The ID of the subscription required: - id

    Output

    title: subscriptionsIdResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: object properties: id: type: integer description: The ID of the subscription user_id: type: integer description: The ID of the user who created the subscription deal_id: type: integer description: The ID of the deal this subscription is associated with description: type: string description: The description of the recurring subscription is_active: type: boolean description: The subscription status cycles_count: type: integer description: Shows how many payments a recurring subscription has cycle_amount: type: integer description: The amount of each payment infinite: type: boolean description: >- Indicates that the recurring subscription will last until it is manually canceled or deleted currency: type: string description: The currency of the subscription cadence_type: type: string description: The interval between payments start_date: type: string format: date description: The start date of the recurring subscription end_date: type: string format: date description: The end date of the subscription lifetime_value: type: number format: double description: The total value of all payments final_status: type: string nullable: true description: The final status of the subscription add_time: type: string format: datetime description: The creation time of the subscription update_time: type: string format: datetime description: The update time of the subscription