The function deletes the feed with the specified name in the Adafruit IO account.
Table of Contents
adaio.deletefeed()
Function Definition: adaio.deletefeed(feedname = "feed name")
- Python Library: Internet of Things (IoT)
- Library Import: iot = InternetOfThings()
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
feedname | string | The feedname to be deleted in the Adafruit IO account. | String | "feed name" |
Description
Example
There are no examples documented for this article.