Skip to main content
DELETE
/
v1
/
businesses
/
{businessId}
/
external-accounts
/
{externalAccountId}
/
opening-balance
Delete opening balance
curl --request DELETE \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/external-accounts/{externalAccountId}/opening-balance \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "type": "com.layerfi.routers.EmptyResponse"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

externalAccountId
string<uuid>
required

The UUID of the external account to delete opening balance for.

Response

Opening balance deleted successfully.

data
object
required