delete data — Delete a data item from the Flash memory
delete data <unsignedInt> [confirm=<string>]
This command is used to permanently delete a data item from the Flash memory.
Specify the starting block number of the data item as the <unsignedInt> argument, which can be obtained using the show flash contents command.
To reduce the chance of accidental deletion, this command requires that confirm=yes
is also specified.