# Script to Clear YouTube Content-ID Delivery History

This script will clear the delivery history in delivery_history.masters_delivery_history for the provided ISRCs.

## Installation

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

## Steps for execution

1. Rename the .env.shadow to .env
2. Update the delivery_history database credentials in .env file
3. Run the script providing the store id and ISRCs
    ```sh
    docker compose run app <partner_id> <isrc1> <isrc2>
    ```

## Development Commands

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

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