---
title: "Delete a fee schedule"
method: DELETE
path: "/v1/fee-schedules/{scheduleId}"
tags: ["Configuration Fee Schedules"]
---

# Delete a fee schedule

`DELETE /v1/fee-schedules/{scheduleId}`

Use this endpoint to delete a specific fee schedule by its identifier.

## Path parameters

- `scheduleId` string, required

## Headers

- `X-Request-Id` string

## Response `204`

Fee schedule successfully deleted

## Other responses

- `400` — Invalid schedule ID
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Fee schedule not found
- `409` — The request conflicts with the current state of the resource.
- `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)
