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