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.

This use case can be utilized by using the Identity deletion cancellation command of the Connector CLI operations, but not by using the Connector REST API.

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" as status for this Identity.