Page Tree | ||
---|---|---|
|
Deletes a static ARP entry given an ID.
https://134.56.227.163/rest/staticarp/{identifier}
DELETE
true
none
Code Block | ||
---|---|---|
| ||
curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt
-i https://134.56.227.163/rest/staticarp/1 -X DELETE |
Code Block | ||
---|---|---|
| ||
<?xml version="1.0"?>
<root>
<status>
<http_code>200</http_code>
</status>
</root> |