11-06-2014 10:00
11-06-2014 10:00
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 Answer06-26-2015 11:23
06-26-2015 11:23
Did you ever get a resolution for this? I am experiencing the same issue.
Best Answer06-30-2015 09:51
06-30-2015 09:51
This 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 Answer07-13-2015 18:21
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.
07-13-2015 18:21
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 Answer07-15-2015 12:46
07-15-2015 12:46
Nevermind - I thought there was a way to remove all subscriptions. If I remove them one by one, it works fine. Thanks all
Best Answer