Please note that the feature of triggering the deletion of an Identity via the Backbone Admin UI is currently disabled. For this reason, an IdentityDeletionProcess currently cannot have "WaitingForApproval" as status. In addition, this use case for approving and the use case for rejecting IdentityDeletionProcesses are not needed for the time being.

In the case of Identity deletion triggered via the Backbone Admin UI, an IdentityDeletionProcess with "WaitingForApproval" as status is created for your Identity via the Backbone Admin UI. This use case can be utilized to approve this IdentityDeletionProcess. Alternatively, the IdentityDeletionProcess can be rejected.

On Success

  • Changes the status of the IdentityDeletionProcess from "WaitingForApproval" to "Approved".
  • Returns the approved IdentityDeletionProcess.

On Failure

  • No IdentityDeletionProcess can be approved if none was started via the Backbone Admin UI, i.e. no IdentityDeletionProcess with "WaitingForApproval" as status exists for this Identity.