405 Method not allowed
| Code | 405 | 
|---|---|
| Description | Method not allowed. | 
| Correlation ID | Unique identifier of the response. | 
| Type | Client. | 
| Message | Method Not Allowed response status code indicates that the request method is known by the server but is not supported by the target resource. | 
| Generic Cause | The given method of operation is not allowed to be used on this endpoint. | 
| Quick Fix | Verify that the method used is correct. Please consult our API specifications. | 
Error Example:
{
    "error": {
        "correlationId": "ae3f2a01-60b4-486c-897d-aa72b0809038",
        "type": "client",
        "message": "Method Not Allowed response status code indicates that the request method is known by the server but is not supported by the target resource."
    }