Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Delete a person

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

Input

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

Output

title: deletePersonResponse200 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 deleted person