Skip to content

Delete Instance

ssoadmin_delete_instance R Documentation

Deletes the instance of IAM Identity Center

Description

Deletes the instance of IAM Identity Center. Only the account that owns the instance can call this API. Neither the delegated administrator nor member account can delete the organization instance, but those roles can delete their own instance.

Usage

ssoadmin_delete_instance(InstanceArn)

Arguments

InstanceArn

[required] The ARN of the instance of IAM Identity Center under which the operation will run.

Value

An empty list.

Request syntax

svc$delete_instance(
  InstanceArn = "string"
)