Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Delete a follower from a deal

Deletes a follower from a deal.

Input

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

Output

title: deleteDealFollowerResponse200 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 follower that was deleted