Delete a GitHub Actions cache for a repository (using a cache ID)
DELETE
/repos/{owner}/{repo}/actions/caches/{cache_id}
Deletes a GitHub Actions cache for a repository, using a cache ID.You must authenticate using an access token with the repo scope to use this endpoint.GitHub Apps must have the actions:write permission to use this endpoint.