AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Deletes the specified Amazon Chime account. You must suspend all users before deleting Team account. You can use the BatchSuspendUser action to dodo.

For EnterpriseLWA and EnterpriseAD accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended.

Deleted accounts appear in your Disabled accounts list for 90 days. To restore deleted account from your Disabled accounts list, you must contact AWS Support.

After 90 days, deleted accounts are permanently removed from your Disabled accounts list.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteAccountAsync.

Namespace: Amazon.Chime
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public abstract DeleteAccountResponse DeleteAccount(
         DeleteAccountRequest request
)

Parameters

request
Type: Amazon.Chime.Model.DeleteAccountRequest

Container for the necessary parameters to execute the DeleteAccount service method.

Return Value


The response from the DeleteAccount service method, as returned by Chime.

Exceptions

ExceptionCondition
BadRequestException The input parameters don't match the service's restrictions.
ForbiddenException The client is permanently forbidden from making the request.
NotFoundException One or more of the resources in the request does not exist in the system.
ServiceFailureException The service encountered an unexpected error.
ServiceUnavailableException The service is currently unavailable.
ThrottledClientException The client exceeded its request rate limit.
UnauthorizedClientException The client is not currently authorized to make the request.
UnprocessableEntityException The request was well-formed but was unable to be followed due to semantic errors.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also