---
title: "Delete a fee rule"
method: DELETE
path: "/v1/fee-rules/{feeRuleId}"
tags: ["Configuration Fee Rules"]
---

# Delete a fee rule

`DELETE /v1/fee-rules/{feeRuleId}`

Use this endpoint to permanently remove a fee rule by its identifier.

## Path parameters

- `feeRuleId` string, uuid, required

## Headers

- `X-Request-Id` string

## Response `204`

Fee rule successfully deleted

## Other responses

- `400` — Invalid fee rule ID format
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Fee rule not found
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
