I am having troubling removing a description via DELETE.
The subscription is created. Receiving notifications on the subscription. Able to see the subscription using List subscriptions.
But when I try to delete if I am getting a Not Found error.
Any thoughts on what might be going on.
Best AnswerThis typically means the id was inccorect.
Can you post the response from the list subscriptions endpoint and a raw HTTP request of an attempt to delete the subscription?
List Subscriptions: https://wiki.fitbit.com/display/API/Fitbit+Subscriptions+API#FitbitSubscriptionsAPI-Listexistingsubs...
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
If you have multiple subscribers registered for your application and the subscription is for the non-default subscriber, you'll need to specify the X-Fitbit-Subscriber-Id header. See https://wiki.fitbit.com/display/API/Fitbit+Subscriptions+API
Best AnswerNevermind - I thought there was a way to remove all subscriptions. If I remove them one by one, it works fine. Thanks all
Best Answer