Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

30113: Specified date is too old

Twilio Messaging DocumentationMessaging

Description

description page anchor

Twilio returns this error when you request a Deactivations report for a date earlier than 2020-08-27. Deactivations data is only available from August 27, 2020 onward for the Deactivations resource.

Possible causes

possible-causes page anchor
  • The Date parameter is earlier than 2020-08-27.
  • Your application is backfilling deactivation data beyond the earliest date Twilio stores.
  • A default value, timezone conversion, or date calculation in your application produced an older date than intended.
  • Update the Date parameter to 2020-08-27 or later.
  • Validate request dates in your application before calling the Deactivations resource.
  • If you are running a historical import, limit requests to the available reporting window and skip dates before 2020-08-27.
  • Verify that your application sends the expected calendar date in YYYY-MM-DD format.

Additional resources

additional-resources page anchor