provider usersusers DELETE /api/users/{uuid}/integrations/slack/{slack_user_id}/
@utdk/posthog /api/users/{uuid}/integrations/slack/{slack_user_id}/
Unlink a Slack identity
Remove a Slack identity link by Slack user id. Idempotent and flag-agnostic — users must always be able to unlink even after the feature flag is turned off.
slack_user_id path required
string
uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
usersIntegrationsSlackDestroy
DELETE/api/users/{uuid}/integrations/slack/{slack_user_id}/
Remove a Slack identity link by Slack user id. Idempotent and flag-agnostic — users must always be able to unlink even after the feature flag is turned off.

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