Get active IdentityDeletionProcess
From a technical perspective, the process of Identity deletion is described by a data object of type IdentityDeletionProcess.
An IdentityDeletionProcess is active if it has "WaitingForApproval"
or "Approved"
as status
.
This use case returns the active IdentityDeletionProcess for your Identity if one exists.
At all times, there can only be at most one active IdentityDeletionProcess per Identity.
On Success
- Returns the active IdentityDeletionProcess.
On Failure
- No IdentityDeletionProcess can be returned if none is active for this Identity.