Path: / {BASE} / meta

Delete metadata of remote resource with given uri


Sub-Resources
Resources
NameDescription
{mimetype}Returns remote resource metadata with the given uri and an accepted return type (mimetype)
{uuid}Delete metadata of local resource with given uuid

Resource Methods
Method Summary
NameDescription
DELETE /{BASE}/meta?uri=…Delete metadata of remote resource with given uri

Method Detail

DELETE /{BASE}/meta

Delete metadata of remote resource with given uri

HTTP Example:
DELETE /{BASE}/meta?uri=…
API Example:

MetaWebService.deleteMetaRemote({'uri': /* uri , the fully-qualified URI of the resource to create in the triple store */});

Output:
Response - HTTP response (success or error)
Query parameters:
uri - , the fully-qualified URI of the resource to create in the triple store
HTTP return codes:
200 - resource content deleted
400 - bad request (e.g, uri is null)
404 - resource or resource metadata not found