Deletes a native object
The following example shows the deletion of a my-type native object instance with a primary key of foo:
my-type
foo
import { deleteNativeObject, primaryKeyUriString } from "@contextual-io/native-object-client"await deleteNativeObject( primaryKeyUriString("my-type/foo"),) Copy
import { deleteNativeObject, primaryKeyUriString } from "@contextual-io/native-object-client"await deleteNativeObject( primaryKeyUriString("my-type/foo"),)
Deletes a native object