Delete an issue using rest api
Posted: 14 Oct 2021, 19:21
I have been testing out the rest api using POSTMAN. My particular mantis install is on version 2.24.2 (latest version is 2.25.2). So I'm nearly up-to-date.
My installation is Windows (IIS).
I have found the calls using the GET verb work just fine. For example, Get all issues, Get an issue both work perfectly.
But Delete an Issue fails and the response is "405 - HTTP verb used to access this page is not allowed." I have the verb set to DELETE. I've checked IIS settings, PHP settings and don't see any place where this is disallowed.
Any ideas as to what is preventing this call from proceeding?
My installation is Windows (IIS).
I have found the calls using the GET verb work just fine. For example, Get all issues, Get an issue both work perfectly.
But Delete an Issue fails and the response is "405 - HTTP verb used to access this page is not allowed." I have the verb set to DELETE. I've checked IIS settings, PHP settings and don't see any place where this is disallowed.
Any ideas as to what is preventing this call from proceeding?