Delete a graph

delete

/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/graph_store/1.1

Deletes all triples in the target named graph or defaut graph. A client requires SQL Developer or RDF Developer role to invoke this servce.

Request

Path Parameters
Query Parameters
  • Allow Empty value: true
    An empty-valued parameter that signifies the default graph.
  • A URL-encoded named graph URI
    Example:
    http%3A%2F%2Fwww.example.oracle.com%2Fg1

There's no request body for this operation.

Back to Top

Response

204 Response

Success
Back to Top