Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
destroy()
Destroys the component and cleans up memory. After a component that
is declared in markup is no longer in use, the framework automatically destroys it and frees up
its memory. If you create a component dynamically in JavaScript and that component isn't added to
a facet (v.body or another attribute of type Aura.Component[]), you have to destroy it manually using destroy() to avoid memory leaks.
Signature
destroy()