provider agent_platformagent_applications DELETE /api/projects/{project_id}/agent_applications/{id}/users/{agent_user_id}/connections/{provider}/
@utdk/posthog /api/projects/{project_id}/agent_applications/{id}/users/{agent_user_id}/connections/{provider}/
agent_applications_users_connection_delete
Revoke one of an end-user's linked connections. The credential is marked revoked (kept for audit), so the agent can no longer act as that user on the provider.
agent_user_id path required
string
id path required
A UUID string identifying this agent application.
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
provider path required
Identity provider id (e.g. 'posthog', 'github').
string

Try it

Authentication
Configure credentials for PostHog API
agentApplicationsUsersConnectionDelete
DELETE/api/projects/{project_id}/agent_applications/{id}/users/{agent_user_id}/connections/{provider}/
Revoke one of an end-user's linked connections. The credential is marked revoked (kept for audit), so the agent can no longer act as that user on the provider.

Parameters

required
required

A UUID string identifying this agent application.

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

required

Identity provider id (e.g. 'posthog', 'github').

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