---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/59003#article
headline: "59003: Resource Not Found"
url: https://www.twilio.com/docs/api/errors/59003
inLanguage: en
dateModified: 2026-08-18T11:08:51.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 59003: Resource Not Found

Log Type: APPLICATION

Log Level: ERROR

## Description

The requested resource ID does not exist, or does not belong to the account making the request. This error is returned by `GET`, `PATCH`, and `DELETE` requests across all resource types (`SharedKeys`, `AuthProfiles`, `Settings`, `Rules`).

### Possible causes

* The resource ID in the URL path was mistyped or truncated.
* The resource was already deleted.
* The resource belongs to a different Twilio account than the one making the request.

### Possible solutions

* Double-check the resource ID in the path against the ID returned when the resource was created.
* List the resource type (for example `GET /v2/Webhooks/Rules`) to confirm the resource still exists and get its current ID.
* Confirm you're using the correct account's credentials.
