Identity Security Cloud Admins can create, enable, and disable Lifecycle States (LCS) from the ISC UI.
To delete an LCS, use the following steps:
1. Get the ID for the Identity Profile (either through the UI, or use GET List Identity Profiles API call)
2. Get the ID for the lifecycle state using GET Lists lifecyclestates API
3. Delete the lifecycle state using DELETE lifecycle state API
In this example, we will delete the misspelled 'Sabotical' LCS from the Identity Profile 'HR'.
1. After logging in as an Admin, go to Identity Management > Identity Profiles > and select the profile.
2. From the URL, copy the Identity Profile ID
The Lifecycle states appear on the left hand side of the UI:
NOTE - Alternatively, you can get the Identity Profile ID by using Postman to run the GET List Identity Profiles API and finding the ID in the JSON results.
3. Via Postman, run a GET Lists lifecyclestates API call, using the Identity Profile ID gathered in the previous step as a parameter.
4. From the resulting JSON, find the Lifecycle State that you are intending to delete, and locate it's ID.
5. In Postman, use the DELETE lifecycle state API, along with the Identity Profile ID and the Lifecycle State ID as parameters, to delete the specific lifecycle state.
6. In the Identity Security Cloud UI, refresh the Identity Profile tab. The LCS you deleted is removed from the view: