Update AGENDA field in meeting

Hi Everyone
I try to update meeting via REST API.
I want to update AGENDA field. If agenda is not empty in the body for update It is okey.
But If I want to remove agenda (make empty agenda field) It does not work.

{

“id”: null,
“uuid”: null,
“host_id”: null,
“topic”: “DEVELOPER#4”,
“type”: 2,
“start_time”: “2018-12-21T12:17:49+00:00”,
“duration”: 60,
“timezone”: “Europe/Minsk”,
“settings”: {
“host_video”: false,
“participant_video”: false,
“join_before_host”: false,
“mute_upon_entry”: false,
“approval_type”: 2,
“registration_type”: null,
“audio”: “voip”,
“auto_recording”: “0”,
“alternative_hosts”: “”
},
“recurrence”: null,
“password”: null,
“agenda”: “”,
“join_url”: null
}

Agenda wasn’t updated
How I can set empty string for agenda ?

Have you tried setting it to null?

@Mike_Kollen, now we don’t support to remove agenda through API, we will enhance this API to support this feature.

@bdeanindy, Yep. I tried NULL. But it did not help

@Mike_Kollen, yes, we will enhance it.