DELETE /lcm/api/v1/settings/add/ad removes an active directory server from vRealize Suite Lifecycle Manager.
Prerequisites
Satisfy the following conditions before performing any tasks for this use case.
Use POST /lcm/api/v1/login to log in to vRealize Suite Lifecycle Manager.
Verify that you have a valid authentication token that matches your login credentials. See Request an Authentication Token.
Verify that VMware Identity Manager is not registered with vRealize Suite Lifecycle Manager.
curl Command
The following example removes an active directory server from vRealize Suite Lifecycle Manager.
curl -X DELETE "https://LCM-Hostname/lcm/api/v1/settings/add/ad" \ -H "accept: application/json" \ -H "x-xenon-auth-token: $token" \ -H "content-type: application/json" \
JSON Output
The following JSON output is returned when the operation completes successfully.
200 Operation successful