v1
latestOpenAPI 3.0.02026-07-1329122146.2 KBAdminService
Resets a corpus by removing all of the documents inside of it.
Some tips for this API:
- This operation works with the Personal API Key and OAuth 2.0 (in a JWT "Bearer Token") authentication. You can find details of how to set up and use OAuth 2.0 here.
- The filter feature applies to either the name or the description of a corpus.
- If you want to delete individual documents instead of all documents in the corpus, you can use the Delete API.
post/v1/reset-corpus
Headers
customer-idinteger required
Enter the Customer ID to use for the request.
timeoutstring
(Optional) Enter the timeout value of the request in seconds, such as 10S or 30S.
Request body
Example request
{
"corpusId": 1
}Response
A successful response.