Values_0.DeleteActivationResultSourceDeletes 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.
type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidActivation of InvalidActivation.t| `InvalidActivationId of InvalidActivationId.t| `TooManyUpdates of TooManyUpdates.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidActivation of InvalidActivation.t
| `InvalidActivationId of InvalidActivationId.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidActivation of InvalidActivation.t
| `InvalidActivationId of InvalidActivationId.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]