Skip to main content
DELETE
/
accounts
/
{accountId}
Delete account
curl --request DELETE \
  --url https://api.venlyfinance.com/api/v1/accounts/{accountId} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "errors": [
    {
      "code": "VALIDATION_ERROR",
      "message": "The request contains invalid parameters."
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
string<uuid>
required

Response

Account deleted