DELETE
/
v1
/
storage
/
{graph_id}
/
cURL
curl --request DELETE \
  --url https://api.unize.org/v1/storage/{graph_id}/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Send the API generated from the Playground:

  • Authorization: <api_key>

Path Parameters

graph_id
string
required

The graph_id of the knowledge graph to be deleted. A graph_id is an alphanumeric string that uniquely identifies a knowledge graph.

Response

200

No response body