omniClientObliterate

Defined in OmniClient.h

OmniClientRequestId omniClientObliterate(char const *url, bool obliterateCheckpoints, void *userData, OmniClientObliterateCallback callback)

Obliterate a path.

Doesn’t support recursive removal, doesn’t support wildcards Supports branches / checkpoints Only empty folders can be obliterated

Note

If this function is called after omniClientShutdown, kInvalidRequestId will be returned, and the callback will not be called.