Skip to main content

drop_objects

Function drop_objects 

Source
pub(super) async fn drop_objects(
    client: &Client,
    objects: &BTreeSet<ObjectId>,
) -> Result<Vec<String>, ConnectionError>
Expand description

Drop specific objects by their ObjectIds.

Returns the fully-qualified names of dropped objects.