Skip to main content
DELETE
Delete Trained URLs

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

knowledgeBaseId
string
required

The knowledge base ID

Example:

"kb_abc123def456"

Body

application/json
urls
string[]
required

Array of URLs to remove from the knowledge base

Example:

Response

URLs deleted successfully

success
boolean

Whether the deletion was successful

Example:

true

message
string

Deletion confirmation message

Example:

"Deleted successfully"

Last modified on March 7, 2026