SSOAdmin / Client / delete_instance

delete_instance#

SSOAdmin.Client.delete_instance(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_instance(
    InstanceArn='string'
)
Parameters:

InstanceArn (string) –

[REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions