pub async fn delete_entry(
    delete_struct: &DeleteEntry
) -> Result<Response, Error>
Expand description

Marks the entry as deleted by creating a tombstone version. Entries are deleted permanently after 30 days.