remove cashpoint
Delete the record of of a non-transacting cashpoint
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