Does anyone know the syntax / body for DeleteOptionValue Action for the Create and update choices (option sets) using the Web API in dynamics?
Using Invoke HTTP in Power Automate --
This body works for InsertOptionValue.
I guessed it would work for DeleteOptionValue. i guessed wrong. 🙂
{
"OptionSetName": "crb09_seasons",
"Label": {
"LocalizedLabels": [
{
"Label": "springfall",
"LanguageCode": 1033
}
]
}
}
