Hi. I am trying to clear my channel feed using my channel Id and USER_API Key, but all the time I got "provide proper authentication details". Thanks in advance.

1 回表示 (過去 30 日間)
My line code is very simple: curl -v --request DELETE https://api.thingspeak.com/channels/My Channel ID/feeds.json
api_key=My User APY Key

回答 (1 件)

Geoff Hayes
Geoff Hayes 2021 年 12 月 20 日
@Carlos A. Jorge - from the clear channel page, the code for POSTMAN is something similar to the above, but the CURL is a little more complex. I entered their example into POSTMAN (do you have this app?) and then converted to CURL to get the following
curl --location --request DELETE 'https://api.thingspeak.com/channels/<channelID>/feeds.json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'api_key=1234567890'
What happens if you try the above?

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeThingSpeak についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by