DELETE
/
api
/
scraping
/
text-document
/
{bot_id}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

bot_id
string
required

Body

application/json

Schema for deleting text documents from the knowledge base.

text_document_ids
string[]
required

List of text document IDs to be deleted.

Response

200 - application/json

HTTP Response Schema.

message
string
required

Human-readable message providing additional context about the response.

message_code
integer
required

Numeric code indicating the type of message or response.

data
any

Optional data accompanying the response.