Delete an installation for the authenticated app
DELETE
/app/installations/{installation_id}
Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app’s access to your account’s resources, then we recommend the “Suspend an app installation” endpoint.
You must use a JWT to access this endpoint.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”installation_id
required
integer
The unique identifier of the installation.
Examples
Exampledefault
1Responses
Section titled “Responses”Response
Resource not found
Media typeapplication/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Examplegenerated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}