apps
Uninstall a GitHub App from an enterprise-owned organization
Uninstall a GitHub App from an organization. Any app installed on the organization can be removed.
This API can only be called by a GitHub App installed on the enterprise that owns the organization.
delete/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}
Path parameters
enterprisestring required
The slug version of the enterprise name.
orgstring required
The organization name. The name is not case sensitive.
installation_idinteger required
The unique identifier of the installation.
Response
An empty response indicates that the installation was successfully removed.