Knowledge Graph API
Remove file from graph
DELETE
/
v1
/
graphs
/
{graph_id}
/
file
/
{file_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
graph_id
string
requiredThe unique identifier of the graph to which the files belong.
file_id
string
requiredThe unique identifier of the file.
Response
200 - application/json
id
string
requiredA unique identifier of the deleted file.
deleted
boolean
requiredIndicates whether the file was successfully deleted.