---
api: 'Merchant API'
---

# Delete a subscription usage

Delete a subscription usage record. This operation is only permitted while the billing cycle is still open.

## Endpoint

DELETE `/api/subscription-usages/{usage_id}`

## Returns

### 204

Usage deleted successfully

## Error responses

| HTTP status code | Description |
| --- | --- |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Usage not found |
| 422 | Unprocessable entity (business rule violation) |
