cURL
curl --request DELETE \ --url https://backend.chatfly.co/api/scraping/url \ --header 'Content-Type: application/json' \ --data '{ "bot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "base64_urls": [ "<string>" ] }'
{ "message_code": 123, "message": "<string>", "data": "<any>" }
Delete URLs from the knowledge base.
The access token received from the authorization server in the OAuth 2.0 flow.
Schema for deleting URLs from the knowledge base.
Unique identifier for the associated bot.
List of base64-encoded URLs to be deleted.
Successful Response
HTTP Response Schema.
Numeric code indicating the type of message or response.
Human-readable message providing additional context about the response.
Optional data accompanying the response.
Was this page helpful?