Path: / {BASE} / meta

Delete metadata of remote resource with given uri


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

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

Method Detail
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 */});

Delete metadata of remote resource with given uri

Output:
javax.ws.rs.core.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