Skip to main content
DELETE
/
api
/
v0
/
companies
/
{company_id}
/
github
/
installations
/
{installation_uuid}
Delete a pending GitHub installation record.
curl --request DELETE \
  --url https://api.example.com/api/v0/companies/{company_id}/github/installations/{installation_uuid}
{
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

company_id
string<uuid>
required
installation_uuid
string<uuid>
required

Response

Pending installation deleted