v1
latestOpenAPI 3.1.02026-07-24111224223.3 KBContract Items
Deletes a usage record
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.
delete/contract-items/{contract_item_id}/usage
Path parameters
contract_item_idstring required
UUID of the contract line item whose usage row should be removed.
Query parameters
datestring date required
Calendar date of the usage row to delete (ISO-8601 format).
Response
No Content