Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 1.18 KB

DeleteTenantOptions.md

File metadata and controls

76 lines (40 loc) · 1.18 KB

@letsgo/tenant / DeleteTenantOptions

Interface: DeleteTenantOptions

Options for deleting an existing tenant.

Hierarchy

  • DeploymentOptions

    DeleteTenantOptions

Table of contents

Properties

Properties

deletedBy

deletedBy: Identity

The identity of the user who is deleting the tenant.

Defined in

tenant/src/index.ts:583


deployment

Optional deployment: string

LetsGo deployment name.

Inherited from

DeploymentOptions.deployment

Defined in

db/dist/index.d.ts:18


region

Optional region: string

AWS region.

Inherited from

DeploymentOptions.region

Defined in

db/dist/index.d.ts:14


tenantId

tenantId: string

The ID of the tenant to delete.

Defined in

tenant/src/index.ts:579