pub fn delete_character(
    requesting_player_uuid: &str,
    char_id: CharacterId,
    transaction: &mut Transaction<'_>
) -> Result<(), PersistenceError>
Expand description

Permanently deletes a character