deletePortfolio

Perform various delete operations on portfolio records.

Symitar eDocs References: Coming soon.

Operations

deletePortfolio

post
Authorizations
Body
AccountNumberstringOptional
PortfolioIdstringOptional
Responses
200

Successful operation.

application/json
post
/deletePortfolio
POST /nexum/627/persistent/account/deletePortfolio HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 183

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "PortfolioId": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

Last updated

Was this helpful?