> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pylva.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete custom pricing

> Delete an existing custom pricing row.

Deletes a custom pricing row by ID. This endpoint requires an Admin API key and records an audit log entry.

## Request

```json theme={null}
{
  "id": "00000000-0000-0000-0000-000000000000"
}
```

## Response

```json theme={null}
{
  "ok": true
}
```

## Notes

* Deleted rows no longer apply to future pricing.
* A missing row returns a validation-style 404 response.
* Review billing impact before deleting pricing that may still be needed for reconciliation.
