Cancel IdentityDeletionProcess
The process of Identity deletion leads to the creation of an IdentityDeletionProcess with "Approved"
as status
.
It can be cancelled if the Identity no longer wants to be deleted.
This is only possible as long as the end of the associated grace period of the IdentityDeletionProcess specified within its gracePeriodEndsAt
property has not yet been reached.
This use case allows you to cancel an approved IdentityDeletionProcess for your Identity within the grace period.
On Success
- Changes the
status
of the IdentityDeletionProcess from"Approved"
to"Cancelled"
. - Returns the cancelled IdentityDeletionProcess.
On Failure
- No IdentityDeletionProcess can be cancelled if none has
"Approved"
asstatus
for this Identity.