---
title: "Delete an existing Tariff Period Group, and all contained recurring periods and prices."
method: DELETE
path: "/api/v1/tariff-period-groups/{id}"
tags: ["Tariff Period Groups"]
---

# Delete an existing Tariff Period Group, and all contained recurring periods and prices.

`DELETE /api/v1/tariff-period-groups/{id}`

Required scope: `tariffs:delete`<br/>**Note: Once you are done with creating/updating tariffs and its components you have to call the `create-prices` endpoint to create the prices for the tariff.**

## Path parameters

- `id` integer, required

## Response `204`

Tariff Period Group deleted

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
