405 - Method not allowed
Description
Description
This error means that the server configuration refuses access to a resource (URI) due to HTTP method restrictions. It happens when you try to send a request to a correct URI but with a wrong HTTP verb (GET, POST, PUT, DELETE).
Resolution steps
Refer to the API reference to see the right HTTP verb to use for a given URI.
Modify your request to use the right HTTP verb.
Refer to the API reference to see the right HTTP verb to use for a given URI.
Modify your request to use the right HTTP verb.