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.)

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

Method Detail

DELETE /{BASE}/meta/{uuid}

Delete metadata of local resource with given uuid

HTTP Example:
DELETE /{BASE}/meta/{uuid}
API Example:

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

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