---
title: "Delete a month configuration. Returns the default configuration"
method: DELETE
path: "/app/v1/networks/{id}/{year_month}"
tags: ["networks"]
---

# Delete a month configuration. Returns the default configuration

`DELETE /app/v1/networks/{id}/{year_month}`

## Path parameters

- `id` string, uuid, required
- `year_month` string, required

## Query parameters

- `page_size` number
- `page` number
- `sort_by` string
- `sort_direction` 'asc' | 'desc'

## Response `200`

successful operation

- PagedNetworkList
  - `page_number` number
  - `page_size` number
  - `total_entries` number
  - `total_pages` number
  - `data` NetworkFlow[]
    - `adjustable` boolean
    - `proratable` boolean — If the entry is able to be adjustable
    - `volume` number
    - `volume_unit` string
    - `adjusted_volume` number
    - `volume_record_id` string, uuid
    - `volume_estimation_method_id` string, uuid
    - `volume_source_type` 'record' | 'estimation_method'
    - `id` string, uuid — flow_id
    - `name` string
    - `type` string — Use `id` value of any index in `GET /v1/flow_types`
    - `status` 'active' | 'inactive'
    - `product_category` string — Use `id` value of any index in `GET /v1/product_categories`
    - `product_type` string — Use `id` value of any index in `GET /v1/product_types`
    - `custom_attributes` CustomAttributes
  - `reporting_group_id` string

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
