Delete a cash account

DELETE/api/portfolio/cash-accounts/{cashAccount}

Path parameters

  • cashAccountintegerRequired#
    The cash account ID

Responses

200
{}
404Not found.Error
curl -X DELETE https://your-url.com/kong/core/api/gateway/api/portfolio/cash-accounts/{cashAccount}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"