pub async fn actions_slash_delete_actions_cache_by_id(
configuration: &Configuration,
owner: &str,
repo: &str,
cache_id: i32,
) -> Result<(), Error<ActionsSlashDeleteActionsCacheByIdError>>
Expand description
Deletes a GitHub Actions cache for a repository, using a cache ID. OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.