Reject IdentityDeletionProcess
This use case allows you to reject an IdentityDeletionProcess that was started via the Backbone Admin UI for your own 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"Rejected"
- Returns the rejected IdentityDeletionProcess
On Failure
- No IdentityDeletionProcess can be rejected if none was started via the Backbone Admin UI, i.e. no IdentityDeletionProcess in
status
"WaitingForApproval"
exists for this Identity.