-
Notifications
You must be signed in to change notification settings - Fork 0
casper.delete
Vsevolod Trofimov edited this page Jul 5, 2018
·
2 revisions
casper.delete(uuid)Deletes the file from the casper network.
-
String— uuid returned bycasper.save.
CasperPromise that resolves when file is deleted.
casper.delete(uuid)
.then(() => console.log(uuid, 'was deleted'))See CasperPromise & Events for more detailed explanation on .on and CasperPromise.
If you have any issues / questions / feedback feel free to reach to us via email alyona@casperproject.io.