Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

45006: Resource Not Found


ERROR: 45006

error-45006 page anchor
FLEX
ERROR

Twilio returned this error because the Flex API request referenced a resource that does not exist or is not available in the account context used for the request. This usually happens when the request includes an incorrect identifier, uses the wrong account or subaccount, or targets a resource that was deleted.

Possible causes

possible-causes page anchor
  • The request includes an incorrect resource SID or identifier.
  • The request targets a resource that was deleted and is no longer available.
  • The request uses the wrong Account SID, subaccount, or environment for the resource.
  • The request URL or path parameter does not match the expected Flex resource.
  • The authenticated user or credential does not have access to the requested resource.
  • Verify that the resource SID in the request is correct and belongs to the Flex resource you want to access.
  • Confirm that you are sending the request to the correct account or subaccount.
  • Check whether the resource still exists in the Flex Console or in the API response from a list endpoint.
  • Review the request path and parameters to make sure you are using the correct endpoint and resource identifier.
  • Make sure the API key, Auth Token, or other credentials used for the request have access to the resource.
  • If your application stores resource identifiers, confirm that your stored SID has not become stale after the resource was removed or recreated.

Additional resources

additional-resources page anchor