admin_conversations_restrictAccess_removeGroup
POST
/admin.conversations.restrictAccess.removeGroup 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;
}
channel_id: string;
group_id: string;
team_id: string;
token: string;
}
Responses
200 application/json
Typical success response
{ ok: DefsOkTrue ; }
default application/json
Typical error response
{ ok: DefsOkFalse ; }