---
title: "Hard delete rates by IDs"
method: POST
path: "/api/fee-schedules/v3/hard-delete-by-ids"
tags: ["v3"]
---

# Hard delete rates by IDs

`POST /api/fee-schedules/v3/hard-delete-by-ids`

Hard deletes specific rates from the system by their IDs. This is a destructive operation and cannot be undone. Limited to 100 rate IDs maximum per request. For bulk deletion of more than 100 rates, use the hard_delete_rates endpoint with dimension filters. Returns the number of rates deleted.

## Headers

- `Authorization` string, required

## Request body

- object
  - `rate_ids` TypeCommonsRateId[], required

## Response `200`

Response with status 200

- integer

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
