provider admin.conversations.restrictAccessadmin POST /admin.conversations.restrictAccess.removeGroup
@utdk/slack /admin.conversations.restrictAccess.removeGroup
admin_conversations_restrictAccess_removeGroup
Remove a linked IDP group linked from a private channel

Try it

Authentication
Configure credentials for Slack Web API
adminConversationsRestrictaccessRemovegroup
POST/admin.conversations.restrictAccess.removeGroup
Remove a linked IDP group linked from a private channel

Input

required

The channel to remove the linked group from.

required

The [IDP Group](https://slack.com/help/articles/115001435788-Connect-identity-provider-groups-to-your-Enterprise-Grid-org) ID to remove from the private channel.

required

The workspace where the channel exists. This argument is required for channels only tied to one workspace, and optional for channels that are shared across an organization.

required

Authentication token. Requires scope: `admin.conversations:write`

Configure credentials above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.adminConversationsRestrictaccessRemovegroup()