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.
06-26-2015 11:23
06-26-2015 11:23
Did you ever get a resolution for this? I am experiencing the same issue.
06-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...
07-13-2015 18:21
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
07-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