Skip to content

log delete

This command deletes a log created on the platform.

Warning

This operation will erase ALL log history and it cannot be reverted.

./BotCLI log delete [arguments]

What are the arguments?

Argument Required Description
-activityLabel Yes The label of the log that will be deleted.

Examples

Delete the log with label demoLog.

./BotCLI log delete -activityLabel "demoLog"