Closed garrenmicro closed 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 ??
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 ??