
Announcements
Hello everyone,
I stumbled across a problem while developing a custom connector. The custom connector is used to access my web API, which provides the functionality to get, create and delete the data. Accordingly, the custom connector reflects my web API with GET, POST and DELETE actions.
I was able to successfully test the custom connector for GET and POST requests, but have an issue with the DELETE request. It returns the 405 error: “Method not allowed” (s. screenshot below). Unfortunately, there isn't any detailed info.
First, I tested my web API via Postman. All the requests work fine in Postman, and the custom connector was also created from a Postman collection.
Did I forget to configure anything? Or am I doing something wrong? Any advice will be very appreciated.
Kind regards,
Denis
Can you post the snippet for the delete operation in your swagger? Can you also mention the Id of the custom connector and approximate time when you encountered this error?