DELETE
/
indexing
/
v0
/
{flow_id}
/
{org_id}
/
{node_id}
[
  "file1.pdf",
  "https://react.dev",
  "file3.pdf"
]

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

The organization ID. Learn how to get it.

flow_id
string
required

The flow ID. Learn how to get it.

node_id
string
required

The node ID. Learn how to get it.

Body

application/json · string[]

Names of the files to de-index

Response

200
application/json
Successful Response

The response is of type string[].