---
title: "Delete a fee from a price group"
method: DELETE
path: "/api/v1/price-groups/{id}/fees/{feeId}"
tags: ["Price Groups"]
---

# Delete a fee from a price group

`DELETE /api/v1/price-groups/{id}/fees/{feeId}`

Required scope: `price-groups:delete` </br>Organization authorization: `supported`

## Path parameters

- `id` integer, required
- `feeId` integer, required

## Response `204`

Fee successfully deleted

## Other responses

- `400` — Fee does not belong to the specified price group
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Price group or fee 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)
