ManagedintegrationsforIoTDeviceManagement / Client / delete_account_association

delete_account_association

ManagedintegrationsforIoTDeviceManagement.Client.delete_account_association(**kwargs)

Remove a third-party account association for an end user.

Note

You must first call the DeregisterAccountAssociation to remove the connection between the managed thing and the third-party account before calling the DeleteAccountAssociation API.

See also: AWS API Documentation

Request Syntax

response = client.delete_account_association(
    AccountAssociationId='string'
)
Parameters:

AccountAssociationId (string) –

[REQUIRED]

The unique identifier of the account association to be deleted.

Returns:

None

Exceptions