Knowledge Graph API
Remove file from graph
DELETE
/
v1
/
graphs
/
{graph_id}
/
file
/
{file_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the graph to which the files belong.
The unique identifier of the file.