# Fetch a list of all United States numbers that have been deactivated on a specific date. **GET /v1/Deactivations** Fetch a list of all United States numbers that have been deactivated on a specific date. A Deactivation resource to retrieve a list of United States phone numbers that have been deactivated by mobile carriers on a specific date. ## Servers - https://messaging.twilio.com: https://messaging.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Query parameters - **Date** (string(date)) The request will return a list of all United States Phone Numbers that were deactivated on the day specified by this parameter. This date should be specified in YYYY-MM-DD format. ## Responses ### 307 Temporary Redirect #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **redirect_to** (string(uri) | null) Returns an authenticated url that redirects to a file containing the deactivated numbers for the requested day. This url is valid for up to two minutes. [Powered by Bump.sh](https://bump.sh)