v1
latestOpenAPI 3.1.02026-07-265817860.8 KBbalances
Delete a balance for a customer feature. Can only delete a balance that is not attached to a price (eg. you cannot delete messages that have an overage price).
post/v1/balances.delete
Headers
x-api-versionstring required
Request body
Example request
{
"customer_id": "cus_123",
"feature_id": "api_calls"
}Response
OK