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:
"jsonrpc": "2.0",
"result": {
"serviceids": [
]
},
"id": 1
Source
CService::delete() in ui/include/classes/api/services/CService.php.