curl --request POST \
--url https://api.flutterwave.com/v3/virtual-account-numbers/{order_ref} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "inactive"
}
'Delete a virtual account
curl --request POST \
--url https://api.flutterwave.com/v3/virtual-account-numbers/{order_ref} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "inactive"
}
'Was this page helpful?