ClientStorage.clear

Clears all client storage data for this plugin.

ClientStorage.clear() method

Clears all client storage data for this plugin.

Signature:

clear(): Promise<void>;

Returns:

Promise<void>

A promise that resolves when all data is cleared

Remarks

This removes ALL keys and values stored by your plugin. This operation cannot be undone.

Example

await creator.clientStorage.clear();
Last updated: August 13, 2026 at 9:17 AMEdit this page