This method allows to delete proxies.
Returns an object containing the IDs of the deleted proxies under the property.
Delete multiple proxies
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "10286",
- "10285"
- ]
- },
- }
CProxy::delete() in frontends/php/include/classes/api/services/CProxy.php.