pub async fn document_delete<T: DeserializeOwned + GraphQLFields<FullType = Document>>(
client: &Client,
id: String,
) -> Result<T, LinearError>Expand description
Deletes (trashes) a document. The document is marked as trashed and archived, but not permanently removed.
Full type: Document