provider organizationsintegrations DELETE /api/organizations/{organization_id}/integrations/{id}/
@utdk/posthog /api/organizations/{organization_id}/integrations/{id}/
org_organization_integrations_destroy
ViewSet for organization-level integrations. Provides access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc. Creation is handled by the integration installation flows (e.g., Vercel marketplace installation). Users can disconnect integrations via the DELETE endpoint.
id path required
A UUID string identifying this organization integration.
string
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string

Try it

Authentication
Configure credentials for PostHog API
orgOrganizationIntegrationsDestroy
DELETE/api/organizations/{organization_id}/integrations/{id}/
ViewSet for organization-level integrations. Provides access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc. Creation is handled by the integration installation flows (e.g., Vercel marketplace installation). Users can disconnect integrations via the DELETE endpoint.

Parameters

required

A UUID string identifying this organization integration.

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

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.orgOrganizationIntegrationsDestroy()