Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Delete a comment related to a note

Deletes a comment.

Input

type: object properties: parameters: type: object properties: id: type: integer description: The ID of the note commentId: type: string format: uuid description: The ID of the comment required: - id - commentId

Output

title: deleteCommentResponse200 type: object properties: success: type: boolean description: If the request was successful or not data: type: boolean description: If the response is successful or not