Hey @NTBG ,
Have been digging some more and now found that when using token authorization instead of basic authorization with the delete action on endpoints like this:
https://kc.kobotoolbox.org/api/v1/data/[form_ID]/[record_ID]
then it is working well again as before.
Like this:
‘Authorization: Token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’
Instead of
‘Authorization: Basic xxxxxxxxxxxxxxxxx’
Your token you can find here:
https://kf.kobotoolbox.org/token/?format=json
Hope this helps!