etebase_collection_delete method
Mark the collection as deleted
The collection needs to be \ref uploaded etebase_collection_manager_upload
for this to take effect
@param this_ the object handle
Implementation
int etebase_collection_delete(
ffi.Pointer<EtebaseCollection> this_,
) {
return _etebase_collection_delete(
this_,
);
}