Note: Uninstalling GitHub Apps and revoking an app's installation token are currently available for developers to preview. To access the new endpoint during the preview period, you must provide a custom media type in the Accept header:
application/vnd.github.gambit-preview+json
Note: To access the API with your GitHub App, you must provide a custom media type in the Accept Header for your requests.
application/vnd.github.machine-man-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your GitHub Enterprise site administrator.
Uninstalls a GitHub App on a user, organization, or business account.
You must use a JWT to access this endpoint.
DELETE /app/installations/:installation_id
Status: 204 No Content