Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Delete existing Webhook

Deletes the specified Webhook.

Input

type: object properties: parameters: type: object properties: id: type: integer description: The ID of the Webhook to delete required: - id

Output

title: baseResponse200 type: object properties: success: type: boolean description: If the response is successful or not status: type: string description: The status of the response