Knowledge Graph API
Delete graph
DELETE
/
v1
/
graphs
/
{graph_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.
Response
200 - application/json
id
string
requiredA unique identifier of the deleted graph.
deleted
boolean
requiredIndicates whether the graph was successfully deleted.