delete_activation
(**kwargs)¶Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.
See also: AWS API Documentation
Request Syntax
response = client.delete_activation(
ActivationId='string'
)
[REQUIRED]
The ID of the activation that you want to delete.
{}
Response Structure
Exceptions
SSM.Client.exceptions.InvalidActivationId
SSM.Client.exceptions.InvalidActivation
SSM.Client.exceptions.InternalServerError
SSM.Client.exceptions.TooManyUpdates