pub async fn project_delete<T: DeserializeOwned + GraphQLFields<FullType = Project>>(
client: &Client,
id: String,
) -> Result<T, LinearError>Expand description
Deletes (trashes) a project. The project can be restored later with projectUnarchive.
Full type: Project