DELETE
/
subaccounts
/
{id}
/
logo
curl --request DELETE \
  --url https://api.cnaught.com/v1/subaccounts/{id}/logo \
  --header 'Authorization: Bearer <token>'
{
  "id": "5nubL0NS",
  "name": "Operations Department",
  "default_portfolio_id": "eWvNvC12"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of subaccount to modify logo for

Examples:

"5nubL0NS"

Response

200
application/json

Subaccount Details after update

The response is of type object.