Loading...
Skip to main content

Delete a Source.

The source must not have any remaining documents or running jobs. Use ClearSource to delete all documents for a source.

Path Parameters
    corpusId string required

    The ID of the corpus owning the source to delete.

    sourceId string required

    The ID of the source to delete.

Query Parameters
    force boolean

    Typically a source must be cleared before it can be deleted. If "force" is set to true, the source will be deleted regardless. This could have a negative impact on query results, but is generally safe in practice.

Responses

OK

Loading...