Path: / {BASE} / meta / {uuid}

Delete metadata of local resource with given uuid

Path parameters:
uuid ([^#?]+) - a unique identifier (must not contain url specific characters like /,# etc.)

Method Summary
ResourceDescription
DELETE /{BASE}/meta/{uuid}Delete metadata of local resource with given uuid

Method Detail
HTTP Example:
DELETE /{BASE}/meta/{uuid}

API Example:

MetaWebService.deleteMetaLocal({'uuid': /* uuid a unique identifier (must not contain url specific characters like /,# etc.) */});

Delete metadata of local resource with given uuid

Output:
javax.ws.rs.core.Response - HTTP response (success or error)
HTTP return codes:
200 - resource content deleted
404 - resource or resource metadata not found