405

The 405 HTTP code is used when an unsupported HTTP verb is used on a resource.

Example response

{
  "type": "https://developer.nexmo.com/api-errors#wrong-verb",
  "title": "Request method not allowed",
  "detail": "Request method 'OPTIONS' not supported",
  "instance": "797a8f199c45014ab7b08bfe9cc1c12c"
}