Question

Clear date field in API

  • 8 November 2021
  • 1 reply
  • 39 views

Badge

Hopefully something simple but it’s been annoying me for some time.

I have added a custom field (a date) into our Requests form and I am able to query it etc. using the API.

The absolute final thing I need to be able to do is simply clear the date through the API. Just the one little button highlighted below, but I cannot find an API command for doing this for love nor money.

 

Please someone save my madness.


1 reply

Badge

Nevermind, I figured it out for myself.

 

For those interested, the body syntax for the API call is:

"custom_fields": {"%name of field%":null}

Reply