cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to delete a Lifecycle state from Identity Security Cloud

How to delete a Lifecycle state from Identity Security Cloud

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

Del LCS 1.png

 

The Lifecycle states appear on the left hand side of the UI:

Del LCS 2.png

 

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.

Del LCS 3.png

3. Via Postman, run a GET Lists lifecyclestates API call, using the Identity Profile ID gathered in the previous step as a parameter.

Del LCS 4.png

4. From the resulting JSON, find the Lifecycle State that you are intending to delete, and locate it's ID. 

Del LCS 5.png

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. 

 

Del LCS 6.png

6.    In the Identity Security Cloud UI, refresh the Identity Profile tab. The LCS you deleted is removed from the view:

Del LCS 7.png

Version history
Revision #:
4 of 4
Last update:
yesterday
Updated by:
 
Contributors