Deleting an Array
- Last UpdatedAug 18, 2026
- 1 minute read
To delete the entire array together with any existing array elements, use the Delete method on the array itself:
!MyArray.Delete()
To delete the entire array together with any existing array elements, use the Delete method on the array itself:
!MyArray.Delete()