Skip to main content
DELETE
/
project
/
{project_id}
/
github
/
{github_installation_reference}
/
repository
/
{github_repository_reference}
/
cache
/
{github_cache_entry_id}
Delete a cache entry for a GitHub repository for an installation in the project
curl --request DELETE \
  --url https://api.ubicloud.com/project/{project_id}/github/{github_installation_reference}/repository/{github_repository_reference}/cache/{github_cache_entry_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

github_installation_reference
string
required

GitHub installation ID or name

github_repository_reference
string
required

GitHub repository ID or name

github_cache_entry_id
string
required

GitHub cache entry ID

Response

An empty response after successful resource delete