RIDDL Specification For improving.app
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

TerminateTenant: Command

ItemValue
BrieflyA command that terminates a tenant by deleting all data except its ID
Definition PathImprovingApp.TenantContext.TerminateTenant
View Source LinktenantMessages.riddl(48:1)

Description

Given a TenantId, the tenant is terminated per GDPR requirement, resulting in deletion of all PII. This command yields a TenantTerminated event.

Command Of

  • tenantId: Alias of unresolved path: TenantId
  • terminatingUser: Alias of unresolved path: MemberId

Used By

Uses Nothing