Commit inicial - estructura base del proyecto

This commit is contained in:
2026-05-31 08:24:12 -06:00
commit cd998ce6b0
143 changed files with 18354 additions and 0 deletions
@@ -0,0 +1,91 @@
[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)