Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Delete a filter

    Marks a filter as deleted.

    Input

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

    Output

    title: deleteFilterResponse200 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 filter