RESOURCE_GONE

Reason

  • The resource is no longer available, but still kept in the system

Solution

  • Restore the resource, if you have appropriate permissions and really need it

Example

{
    "status": 410,
    "errors": [
        {
            "code": "RESOURCE_GONE",
            "message": "The resource is no longer available",
            "more_info": "https://developer.kayako.com/api/v1/reference/errors/RESOURCE_GONE"
        }
    ]
}