The purpose of the article is about how to delete credentials in Aria Operations with Aria Operations API. This can be useful when unlicensed MP's are preventing credentials from being deleted.
VMware Aria Operations
Adapter Instance credentials are not editable due to licensing.
https://<Aria-Ops-FQDN>/suite-api '.Authorize' and input administrator username and password then click 'Authorize' againClose' to close the window of 'Available authorizations'.Credentials'.GET /api/credentials' and click 'Try it out' and click 'Execute'.Response boy' and get the credentials ID which will be deleted based on username. { "id": "########-####-####-####-############", "name": "<username>", "adapterKindKey": "CASAdapter", "credentialKindKey": "CMPCREDENTIALS", "fields": [ { "name": "USERNAME", "value": "<username>" }, { "name": "PASSWORD" } ], "editable": true },DELETE /api​/credentials​/{id}' to expand and click 'Try it out'.Execute'.Code 204 means the credential has been deleted.