Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Delete a deal

    Marks a deal as deleted. After 30 days, the deal will be permanently deleted.

    Input

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

    Output

    title: deleteDealResponse200 type: object properties: success: type: boolean description: If the request was successful or not data: type: object properties: id: type: integer description: The ID of the deal that was deleted