Files

92 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[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)