---
title: "Deletes a usage record"
method: DELETE
path: "/contract-items/{contract_item_id}/usage"
tags: ["Contract Items"]
---

# Deletes a usage record

`DELETE /contract-items/{contract_item_id}/usage`

Removes the usage entry for a single contract item on a specific calendar date.
This is narrower than upsert-a-usage-record and is ideal when you need to wipe a mistaken day without resending the entire usage payload.

## Path parameters

- `contract_item_id` string, required

## Query parameters

- `date` string, date, required

## Response `204`

No Content

## Other responses

- `default` — Error

---

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