feedbin / feedbin-api

Feedbin API Documentation
349 stars 26 forks source link

Cannot Delete Subscription #55

Closed garrenmicro closed 3 years ago

garrenmicro commented 3 years ago

So, I am attempting to Delete a subscription - https://feedbin.com/feeds/2117676/entries

I use the below code

await _httpClient.DeleteAsync($"{_feedBaseAddress}subscriptions/{id}.json");

Which resolves to https://api.feedbin.com/v2/subscriptions/2117676.json

However I am getting Error 404 ??