92 lines
1.9 KiB
Markdown
92 lines
1.9 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/deleteGithubApp#VPContent)
|
||
|
||
Return to top
|
||
|
||
Delete GitHub App[](https://coolify.io/docs/api-reference/api/operations/deleteGithubApp#delete-github-app)
|
||
|
||
=============================================================================================================
|
||
|
||
DELETE
|
||
|
||
/github-apps/{github\_app\_id}
|
||
|
||
Delete a GitHub app if it's not being used by any applications.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/deleteGithubApp#authorizations)
|
||
|
||
-------------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Parameters[](https://coolify.io/docs/api-reference/api/operations/deleteGithubApp#parameters)
|
||
|
||
-----------------------------------------------------------------------------------------------
|
||
|
||
### Path Parameters
|
||
|
||
github\_app\_id\*
|
||
|
||
GitHub App ID
|
||
|
||
Type
|
||
|
||
integer
|
||
|
||
Required
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/deleteGithubApp#responses)
|
||
|
||
---------------------------------------------------------------------------------------------
|
||
|
||
200401404409
|
||
|
||
GitHub app deleted successfully
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"message": "GitHub app deleted successfully"
|
||
|
||
}
|
||
|
||
DELETE
|
||
|
||
/github-apps/{github\_app\_id}
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/deleteGithubApp#playground)
|
||
|
||
-----------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
github\_app\_id\*
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/deleteGithubApp#samples)
|
||
|
||
-----------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|