This command will delete the specified item from the array. You specify the item using the array index. When the item is deleted, all elements thereafter are shuffled back one space and the size of the array is reduced accordingly.
Syntax:
ARRAY DELETE ELEMENT Array Name(0)
ARRAY DELETE ELEMENT Array Name(0), Index