setting delete

This action deletes a named setting variable on the client computer. It includes a time stamp which will be compared to the time stamp on the original setting. If the delete date is later than the setting date, the setting will be deleted. Otherwise, the delete command will be ignored.

Syntax

setting delete "<name>" on "<date>" for client

setting "<name>" on "<date>" for site "<site_url>"

Where name describes the setting to delete, and date is when the setting will be deleted. Settings can be deleted on the client computers or on a named site.

Examples

setting delete "name" on "14 Apr 2007 21:09:36 gmt" for client

Deletes the "name" variable on the client machine if the time-stamp is later than the corresponding setting time. Otherwise, the delete command is ignored.

setting delete "abc" on "{now}" for site "siteurl"

Immediately deletes the "abc" variable on the specified site.

setting delete "abc" on "{now}" for current site

Immediately deletes the "abc" variable on the current site.

Version 5.1 and above