action edrv_deletechargingschedule { label: "deletechargingschedule" description: "Delete a smart charging schedule" provider: edrv method: DELETE path: "/v1/commands/chargingschedule" encoding: json input: { type: "object" properties: { id: { type: "string" } } } output: { type: "object" properties: { command: { type: "object" } message: { type: "string" } ok: { type: "boolean" } } } }