1.9 KiB
1.9 KiB
Return to top
Delete GitHub App
=============================================================================================================
DELETE
/github-apps/{github_app_id}
Delete a GitHub app if it's not being used by any applications.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters
Path Parameters
github_app_id*
GitHub App ID
Type
integer
Required
Responses
200401404409
GitHub app deleted successfully
Content-Type
application/json
SchemaJSON
JSON
{
"message": "GitHub app deleted successfully"
}
DELETE
/github-apps/{github_app_id}
Playground
Authorization
bearerAuth
Variables
Key
Value
github_app_id*
Try it out
Samples
Powered by VitePress OpenAPI