deleteAccountSubscription
inline suspend fun QuickSightClient.deleteAccountSubscription(crossinline block: DeleteAccountSubscriptionRequest.Builder.() -> Unit): DeleteAccountSubscriptionResponse
Use the DeleteAccountSubscription
operation to delete an Amazon QuickSight account. This operation will result in an error message if you have configured your account termination protection settings to True
. To change this setting and delete your account, call the UpdateAccountSettings
API and set the value of the TerminationProtectionEnabled
parameter to False
, then make another call to the DeleteAccountSubscription
API.