Delete a wallet charge
DELETE/marketplace/billing/charges/:chargeId
Delete a wallet charge
Request
chargeId stringrequired
ID of the charge to delete
Charge deleted successfully
- application/json
- Schema
- Example (auto)
Schema
successboolean
Indicates whether the charge was deleted successfully
{
"success": true
}