pub fn delete_ticket( store: &Store, ticket_id: &str, now: DateTime<Utc>, ) -> Result<()>
Delete a ticket file and remove its card from the board.