Delete a Classified

The deleteclassified command can be used to delete a classified by name.

Command Required Parameters Required Corrade Permissions Example
deleteclassified group, password, name grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "deleteclassified",
            "group", wasURLEscape(GROUP),
            "name", wasURLEscape("Visit me!"),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);