omniClientDelete

Defined in OmniClient.h

OmniClientRequestId omniClientDelete(char const *url, void *userData, OmniClientDeleteCallback callback)

Delete something (file, folder, mount, live object, channel etc..)

Deleting a folder performs a recursive delete

Note

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