Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Delete multiple organizations in bulk

    Marks multiple organizations as deleted. After 30 days, the organizations will be permanently deleted.

    Input

    type: object properties: parameters: type: object properties: ids: type: string description: The comma-separated IDs that will be deleted required: - ids

    Output

    title: deleteOrganizationsResponse200 type: object properties: success: type: boolean description: If the request was successful or not data: type: object properties: id: type: array description: The IDs of the organizations that were deleted items: type: number