Get IdentityDeletionProcess
From a technical perspective, the process of Identity deletion is described by a data object of type IdentityDeletionProcess.
An IdentityDeletionProcess can be uniquely identified by its id
.
This use case allows you to query an IdentityDeletionProcess for your Identity by its id
.
Parameters
id
of the IdentityDeletionProcess.
On Success
- Returns the IdentityDeletionProcess corresponding to the provided
id
.
On Failure
- No IdentityDeletionProcess can be returned if none exists with the given
id
for this Identity.