For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteDataSource

The result of deleting a data source.

type DeleteDataSource {
  success: Boolean!
}

Fields

success ● Boolean! non-null scalar

Implemented By

DeleteDataSourceResult union

Last updated

Was this helpful?