Values.DeleteTeamsConfiguredTeamResultSourceDeletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.
type nonrec error = [ | `DeleteTeamsConfiguredTeamException of DeleteTeamsConfiguredTeamException.t| `InvalidParameterException of InvalidParameterException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DeleteTeamsConfiguredTeamException of
DeleteTeamsConfiguredTeamException.t
| `InvalidParameterException of InvalidParameterException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DeleteTeamsConfiguredTeamException of
DeleteTeamsConfiguredTeamException.t
| `InvalidParameterException of InvalidParameterException.t
| `Unknown_operation_error of string * string option ]