POST /API/managementAPI/deleteMetaData/{key}
options=…
API Example:
AbstractRemoteManagementAPI.deleteMetaData({'key': /* key the key of the meta data */, 'options': /* options the options map (domain, queyList, user) */});
Deletes a meta data.
Output:
void
Form parameters:
options - the options map (domain, queyList, user)