erase

This command deletes an Auxiliary file from the device's memory.

Syntax

# erase <Auxiliary File>

Note

View files using the dir command.
To make sure the file type is correctly entered, copy it from the dir command output.
The erase command only deletes the file from the device's RAM (and from the device’s current usage). To delete the file permanently (from flash memory), enter the write command after issuing the dir command.

Command Mode

Privileged User

Related Commands

dir
write

Example

Viewing Auxilliary files:
# dir
directory listing:
call-progress-tones [usa_tones_13.dat]  9260 Bytes
cas-table [Earth_Calling.dat]   43852 Bytes
tls-private-key [pkey.pem]      940 Bytes
tls-cert [server.pem]   643 Bytes
Erasing the CPT file from flash memory:
# erase call-progress-tones
# write