Approve IdentityDeletionProcess
This use case allows you to approve an IdentityDeletionProcess that was started via the Backbone Admin UI for your Identity.
The respective IdentityDeletionProcess has the status
"WaitingForApproval"
and can either be approved or 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 in
status
"WaitingForApproval"
exists for this Identity.