This page explains how to delete elements Live.
{resource-id}: the object ID
"delete"
Note The DELETE method is not supported by all systems. In case of problems, add the parameter to the Header of the callX-HTTP-Method-Override: DELETE
and use the methodPOST
as default
$merideApi = new Meride\Api('[your-auth-code]', 'http://API_DOMAIN/', 'v2'); $response = $merideApi->delete('live', 2);