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