Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Delete a lead

    Deletes a specific lead.

    Input

    type: object properties: parameters: type: object properties: id: type: string format: uuid description: The ID of the lead required: - id

    Output

    title: leadIdResponse200 type: object properties: success: type: boolean data: type: object properties: id: type: string format: uuid