This method allows to delete all service times from services.

    Parameters

    (object) Returns an object containing the IDs of the affected services under the serviceids property.

    Examples

    Deleting service times from an service

    Request:

    1. "jsonrpc": "2.0",
    2. "result": {
    3. "serviceids": [
    4. ]
    5. },
    6. "id": 1

    Source

    CService::delete() in ui/include/classes/api/services/CService.php.