/lcm/api/v2/settings/add/vidm/unregister removes a VMware Identity Manager (vIDM) server from vRealize Suite Lifecycle Manager.

Prerequisites

Satisfy the following conditions before performing any tasks for this use case.
  • Use POST /lcm/api/v2/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 you have a VMware Identity Manager server installed or imported in your vRealize Suite Lifecycle Manager environment.

curl Command

The following example unregisters vIDM.
curl -X DELETE "https://LCM-Hostname/lcm/api/v2/settings/add/vidm/unregister" \
        -H "accept: application/json" \
        -H "x-xenon-auth-token: $token"
        

JSON Output

The following JSON output is returned when the operation completes successfully.
200 Operation successful