pub async fn issue_delete( client: &Client, permanently_delete: Option<bool>, id: String, ) -> Result<Value, LinearError>
Deletes (trashes) an issue.