cURL
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
Documentation IndexFetch the complete documentation index at: https://flutterwaveinc.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://flutterwaveinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"URF_1711621277645_7422535"
Was this page helpful?