Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Delete an organization relationship

    Deletes an organization relationship and returns the deleted ID.

    Input

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

    Output

    title: deleteOrganizationRelationshipResponse200 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 organization relationship