30113: Specified date is too old
MESSAGING
ERROR
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.
- The
Dateparameter is earlier than2020-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
Dateparameter to2020-08-27or 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-DDformat.