Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.homegraph.agentUsers

HomeGraph API: agentUsers.

See: https://developers.google.com/actions/smarthome/create-app#request-syncapi/reference/rest/v1/agentUsers
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/actions/smarthome/create-app#request-syncapi/reference/rest/v1/agentUsers/delete

Required parameters: agentUserId

Optional parameters: requestId

Unlinks the given third-party user from your smart home Action. All data related to this user will be deleted. For more details on how users link their accounts, see fulfillment and authentication. The third-party user's identity is passed in via the agent_user_id (see DeleteAgentUserRequest). This request must be authorized using service account credentials from your Actions console project.

https://developers.google.com/actions/smarthome/create-app#request-syncapi/reference/rest/v1/agentUsers/delete

Required parameters: agentUserId

Optional parameters: requestId

Unlinks the given third-party user from your smart home Action. All data related to this user will be deleted. For more details on how users link their accounts, see [fulfillment and authentication](https://developers.google.com/assistant/smarthome/concepts/fulfillment-authentication). The third-party user's identity is passed in via the `agent_user_id` (see DeleteAgentUserRequest). This request must be authorized using service account credentials from your Actions console project.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close