Deletes the specified client. But not the associated portfolios.
Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Request Code Samples
curl --location --request DELETE '/v1/clients/' \
--header 'Authorization: <api-key>'
Responses
{
"clientId": "string",
"groupAccountId": "string",
"username": "string",
"email": "string",
"phoneNumber": "string",
"firstName": "string",
"lastName": "string",
"dateCreated": "2019-08-24T14:15:22Z",
"createdByUserId": "string"
}
Modified at 2025-10-24 04:35:20