{ "errors": [ { "status": "400", "title": "Invalid ID Format", "detail": "The balance ID must be a valid UUID format", "source": { "parameter": "id" } } ]}
Balances
Delete Balance
Permanently delete a specific balance record by its unique ID. This action is irreversible and will remove all associated balance data including local balance, accounting balance, and foreign exchange information.
{ "errors": [ { "status": "400", "title": "Invalid ID Format", "detail": "The balance ID must be a valid UUID format", "source": { "parameter": "id" } } ]}