Deployments
Unlink the GitHub App repository from an application
Removes the GitHub App repository linkage created via POST /v2/apps/:appId/deploy/github-app. Returns 400 if no GitHub App link is configured.
Requires a session token. Rate limited to 3 calls per 60s per user.
delete/v2/apps/{appId}/deploy/github-app
Path parameters
appIdstring required
Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.
Response
GitHub App linkage removed.
Changes
No recorded changes to this endpoint across all 1 revision of this API.