Skip to main content

Delete DWN Records

You can delete a record stored in the user's DWN, or another party's DWN (if permission has been granted).

The following snippets allow you to delete from a DWN:

Delete record from the user's local DWN

No snippet found for javascript

Delete record from a remote DWN

No snippet found for javascript

Delete parent record and all children

To delete a parent record along with all its child records, set the prune option to true.

No snippet found for javascript