---
title: "Remove rate"
method: DELETE
path: "/v1/rates/{id}"
tags: ["Rate"]
---

# Remove rate

`DELETE /v1/rates/{id}`

Soft-deletes a billing rate by marking it as deleted. Associated tasks will have their rate references cleared. User must have appropriate permissions to delete the rate. For team rates, user must be a team manager or owner.

## Path parameters

- `id` string, required

## Response `200`

Rate successfully removed

## Other responses

- `401` — Not authorized to remove rates
- `403` — Insufficient permissions to remove this rate
- `404` — Rate not found

---

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