# Script to Clear YouTube Content-ID Delivery History

This script will clear the delivery history for the provided UPCs.

## Installation

Ensure you have docker and AWS access to the shared ECR.

## Running the script

1. Rename the .env.shadow to .env
2. Update the database credentials in .env file
3. Run the script providing the partner_id and UPCs
    ```sh
    docker compose run --rm --build app <partner_id> <upc1> <upc2>
    ```

## Development Commands

```sh
# Format python files
docker compose run --build --rm format

# Run tests
docker compose run --build --rm lint-and-test
```
