cleanup

open fun cleanup(@NotNull callback: @NotNull McuMgrCallback<McuMgrResponse>)

Erases the SUIT candidate envelope and cache images stored on the device (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun cleanup(): @NotNull McuMgrResponse

Erases the SUIT candidate envelope and cache images stored on the device (synchronous).

Return

The response.

Throws