11-10-2015 15:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-10-2015 15:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
When I get a user's subscriptions and attempt to delete one I'm getting a "MethodNotAllowed". Any idea why the DELETE is not working? My test user has only 1 existing subscription.

- Labels:
-
Subscriptions API
11-10-2015 17:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-10-2015 17:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Can you share a log of the actual HTTP request that you're making (with the Authorization header redacted)?

11-11-2015 13:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-11-2015 13:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Not exactly, but attempting to verify the correct request on one of our servers I can see we have an issue with the VNext .Net HttpClient.DeleteAsync call. It is sending a GET 😞
Thanks for the help @JeremiahFitbit.

11-11-2015 22:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-11-2015 22:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I don't think it's likely that anybody else will have this issue but just in case... The issue we had is with the VNext DNX Core. The DeleteAsync is sending a GET instead of DELETE in the HTTP call. Switching to the DNX Mono resolved the issue.
