Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Delete an organization

    Marks an organization as deleted. After 30 days, the organization will be permanently deleted.

    Input

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

    Output

    title: deleteOrganizationResponse200 type: object properties: success: type: boolean description: If the request was successful or not data: type: object properties: id: type: integer description: The ID of the organization that was deleted