This method allows to delete actions.

    Returns an object containing the IDs of the deleted actions under the property.

    Delete multiple actions

    Request:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "17",
    5. "18"
    6. ]
    7. },
    8. }

    CAction::delete() in frontends/php/include/classes/api/services/CAction.php.