DELETE
/
v1
/
graphs
/
{graph_id}
curl --location --request DELETE https://api.writer.com/v1/graphs/{graph_id} \
 --header "Authorization: Bearer <token>"
{
  "id": "e7392337-1c4e-4bc9-aaf5-b719bf1e938a",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

graph_id
string
required

The unique identifier of the graph.

Response

200 - application/json
id
string
required

A unique identifier of the deleted graph.

deleted
boolean
required

Indicates whether the graph was successfully deleted.