Error
Application error
59003: Resource Not Found
API
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).
- 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.
- 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.