I can 'get' data from a channel but cannot 'delete' the data
Mark Ennamorato
on 7 Jul 2021
Latest activity Reply by Mark Ennamorato
on 8 Jul 2021
Hi. simple question: im getting a 401 error when I try to delete data in a channel yet if i just change 'requests.get(...)' to 'requests.delete(...) i get a 401 error. what am i doing wrong? thanks
4 Comments
Time DescendingCheck the documentation for the correct format. You cannot delete individual points, you can delete all data in a channel or delete the channel itself.
Create Channel Create new channel with HTTP POST
Clear Channel Clear all data from channel with HTTP DELETE
Delete Channel Delete channel with HTTP DELETE
Sign in to participate