---
title: "Waive Usage Invoice"
method: POST
path: "/api/admin/invoices/usage/{invoice_id}/waive"
tags: ["Admin"]
---

# Waive Usage Invoice

`POST /api/admin/invoices/usage/{invoice_id}/waive`

Waive a pending enterprise usage invoice (Admin only).

## Path parameters

- `invoice_id` string, required

## Response `200`

Successful Response

- MessageResponse
  - `success` boolean
  - `message` string, required

## Other responses

- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.dev/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/a86533a8067d/schema)
