{ "sync_code": "C0001" }
curl --location --request POST 'https://merchantapi-demo.bill24.io/customer/delete' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {token get from endpoint (Authorization)}' \ --header 'Content-Type: application/json' \ --data-raw '{ "sync_code": "C0001" }'
{ "code": "000", "message": " Customer deleted successfully. ", "message_kh": " អតិថិជនបានលុបជោគជ័យ។ ", "data": { "id": "", "sync_code": "", "name": "", "name_kh": null, "phone": null, "email": null, "wallet": [] } }