Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Delete a person field

Marks a field as deleted. For more information, see the tutorial for deleting a custom field.

Input

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

Output

title: deleteFieldResponse200 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 field that was deleted