405

Method not supported. This typically occurs when the URL you are calling responds to GET requests, but not PUT or DELETE.

This example shows a typical 405 error:

{
    "type": "https://problems.luna.akamaiapis.net/papi/v1/http/method-not-allowed",
    "title": "Method not allowed",
    "detail": "The system does not support the method you provided for this resource.",
    "instance": "/papi/v1/properties?contractId=1-12345&groupId=12345#abc12345abcc02a7",
    "status": 405
}