Search + K

Command Palette

Search for a command to run...

Sign In

admin_conversations_restrictAccess_removeGroup

POST /admin.conversations.restrictAccess.removeGroup
Copy endpoint
https://slack.com/api

Remove a linked IDP group linked from a private channel

Request Body

application/x-www-form-urlencoded required
{
channel_id: string;
group_id: string;
team_id: string;
token: string;
}

Responses

200 application/json

Typical success response

{ ok: DefsOkTrue
type DefsOkTrue = true
; }
default application/json

Typical error response

{ ok: DefsOkFalse
type DefsOkFalse = false
; }