provider Assistant POST /assistant/alarms/delete
@utdk/google/home /assistant/alarms/delete
Delete Alarms and Timers
This deletes alarms and timers by their id. `ids` is a list of ids to be deleted. Sending invalid id still returns a 200 OK. The `/` in the ids have to be escaped like `\/`.

Try it

Authentication
Configure credentials for Google Home
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

deletealarmsandtimers
POST/assistant/alarms/delete
This deletes alarms and timers by their id. `ids` is a list of ids to be deleted. Sending invalid id still returns a 200 OK. The `/` in the ids have to be escaped like `\/`.

Input

required

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_home from '@utdk/google/home';

await google_home.deletealarmsandtimers()