# Not Found

The requested resource is missing.

```json
{
  "type": "https://developers.sinch.com/docs/errors/registry/not-found",
  "title": "Missing Resource Error",
  "errors": [
    {
      "pointer": "/name",
      "detail": "could not find the resource specified"
    }
  ]
}
```

## Troubleshooting

Ensure the requested resource is identified correctly (for example, that name is spelled correctly or ID is copied properly) and retry the request.