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

deleteDataSource

Delete a data source. This will mark the data source as deleted and start cleaning up everything in it asynchronously. This action is destructive and cannot be undone!

deleteDataSource(
  id: ID!
): DeleteDataSourceResult!

Arguments

id ● ID! non-null scalar

Type

DeleteDataSourceResult union

Last updated

Was this helpful?