API Reference
cURL
curl --location --request DELETE https://api.writer.com/v1/graphs/{graph_id} \ --header "Authorization: Bearer <token>"
{ "id": "e7392337-1c4e-4bc9-aaf5-b719bf1e938a", "deleted": true }
Delete a Knowledge Graph.
Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.
Bearer <token>
<token>
The unique identifier of the Knowledge Graph.
The response is of type object.
object
Was this page helpful?