cURL
curl --request DELETE \ --url https://backend.chatfly.co/api/scraping/text-document/{bot_id} \ --header 'Content-Type: application/json' \ --data '{ "text_document_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }'
{ "message_code": 123, "message": "<string>", "data": "<any>" }
Delete text documents for a bot.
The access token received from the authorization server in the OAuth 2.0 flow.
Schema for deleting text documents from the knowledge base.
Successful Response
HTTP Response Schema.
Was this page helpful?