[ Version ( deprecated = true , deprecated_since = "3.6" , since = "3.2" ) ]
public virtual bool remove_sync (Cancellable? cancellable = null) throws Error
Warning: remove_sync is deprecated since 3.6.
Removes the backing data for this Client.
Use remove_sync instead.
For example, with the file backend this deletes the database file. You cannot get it back!
| this |
an Client |
| cancellable |
a Cancellable; can be null |
|
true if successful, false otherwise. |