remove customer
Delete the record of a non-transacting customer
Method
URL
Header
Value
{
status: true,
message: "Successfully Deleted.",
data: {
virtualaccount: “4000000000”
}
}
OR
{
"status": false,
"message": "You can't delete accountnumber since you have recieved some transaction(s) on it."
}Last updated