|
@@ -116,7 +116,7 @@ class DeviceListener
|
|
$cmd_args = array(
|
|
$cmd_args = array(
|
|
'--type:' . get_class($entity),
|
|
'--type:' . get_class($entity),
|
|
'--id:' . $entity->getId(),
|
|
'--id:' . $entity->getId(),
|
|
- '--url:' . $this->deviceDeletePostUrl,
|
|
|
|
|
|
+ '--url:' . $this->deviceDeletePostUrl . $deviceId,
|
|
'--method:' . HttpRequestInterface::METHOD_DELETE,
|
|
'--method:' . HttpRequestInterface::METHOD_DELETE,
|
|
);
|
|
);
|
|
|
|
|