Skip to main content
Question

Clear date field in API

  • November 8, 2021
  • 1 reply
  • 47 views

Forum|alt.badge.img

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

Forum|alt.badge.img
  • Author
  • Apprentice
  • November 9, 2021

Nevermind, I figured it out for myself.

 

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

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