Skip to main content
POST
/
virtual-account-numbers
/
{order_ref}
Delete a Virtual Account Number
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"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

order_ref
string
required
Example:

"URF_1711621277645_7422535"

Body

application/json
status
string
required

Response

200 - undefined