Function delete_chunk

Source
pub async fn delete_chunk(
    configuration: &Configuration,
    tr_dataset: &str,
    chunk_id: &str,
) -> Result<(), Error<DeleteChunkError>>
Expand description

Delete a chunk by its id. If deleting a root chunk which has a collision, the most recently created collision will become a new root chunk. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.