Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/deleteGithubApp.md
T

1.9 KiB
Raw Blame History

Skip to content

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