Skip to content

Delete Tenant

sesv2_delete_tenant R Documentation

Delete an existing tenant

Description

Delete an existing tenant.

When you delete a tenant, its associations with resources are removed, but the resources themselves are not deleted.

Usage

sesv2_delete_tenant(TenantName)

Arguments

TenantName

[required] The name of the tenant to delete.

Value

An empty list.

Request syntax

svc$delete_tenant(
  TenantName = "string"
)