Skip to main content
DELETE
/
subaccounts
/
{id}
Delete a subaccount
curl --request DELETE \
  --url https://api.flutterwave.com/v3/subaccounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Subaccount deleted",
  "data": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

OK

status
string
required
message
string
required
data
string | null
required