{
  "$id": "https://intentschema.org/profiles/com.microsoft.teams/communication.chat.channel.leave.v1.json",
  "id": "org.intentschema.communication.chat.channel.leave.v1@com.microsoft.teams.v1",
  "pins": "https://intentschema.org/intents/communication/chat/channel/leave/v1.json",
  "title": "Teams channel leave profile",
  "description": "Microsoft Teams profile for channel leave.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "ms_teams"
          }
        },
        "required": [
          "system"
        ]
      },
      "ms_teams": {
        "type": "object",
        "properties": {}
      }
    }
  },
  "api": {
    "method": "DELETE",
    "path": "/v1.0/teams/{teamId}/channels/{channelId}/members/{memberId}",
    "scopes": [
      "ChannelMember.ReadWrite.All"
    ],
    "docs": "https://learn.microsoft.com/en-us/graph/api/channel-delete-members",
    "params": {
      "target.external_id": "channelId + memberId path params"
    },
    "base_url": "https://graph.microsoft.com"
  }
}
