# Athenian::DeleteEventsCacheRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | Account ID. | | | **repositories** | **Array<String>** | Set of repositories. An empty list raises a bad response 400. Duplicates are automatically ignored. | | | **targets** | **Array<String>** | Parts of the precomputed cache to reset. | | ## Example ```ruby require 'athenian' instance = Athenian::DeleteEventsCacheRequest.new( account: null, repositories: ["github.com/athenianco/athenian-webapp","github.com/athenianco/athenian-api"], targets: null ) ```