graph store protocol

Deletes a named graph or removes all triples from the default graph

This endpoint implements the SPARQL 1.1 Graph Store HTTP Protocol.

NOTE One of either the default or the graph parameters must be provided.

delete/{storeName}/graphs

Path parameters

storeNamestring required

The name of the store to retrieve data from

Query parameters

defaultboolean

Delete the content of the default graph

graphstring url

The absolute URI of the named graph to be deleted

Response

Successful response (No Content)

Changes

Changed in 3 of the 11 revisions of this API.13