provider usersusers DELETE /api/users/{uuid}/integrations/github/{installation_id}/
@utdk/posthog /api/users/{uuid}/integrations/github/{installation_id}/
Disconnect a personal GitHub integration
Remove a specific GitHub installation by its installation_id.
installation_id path required
string
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersIntegrationsGithubDestroy
DELETE/api/users/{uuid}/integrations/github/{installation_id}/
Remove a specific GitHub installation by its installation_id.

Parameters

required
required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.usersIntegrationsGithubDestroy()