import json conditions = {'id': params_kw.get('id', '')} result = await delete_voucher_instance(conditions) return json.dumps(result)