cURL
curl --request DELETE \ --url https://api.unize.org/v1/storage/{graph_id}/ \ --header 'Authorization: <api-key>'
Delete a knowledge graph
Send the API generated from the Playground:
Authorization: <api_key>
The graph_id of the knowledge graph to be deleted. A graph_id is an alphanumeric string that uniquely identifies a knowledge graph.
graph_id
No response body