SOLVED:
Before deleting the form it was necessary to delete any custom workflows that were associated with that form and only after that I was able to delete the form itself.
I don't know if that should work this way, haven't find anything like that in documentation.
Can't delete Umbraco Form
When trying to delete a form, I'm getting error 500 in DeleteByGuid function:
It sounds like the json that represents the form is malformed.
Try look in the following location at the json forms files and get the matching form id (a5b003...):
The error seems to be saying there is an extra character in the form id, maybe look at the id and see if it matches the GUID pattern:
Also expand out the name in the network tab and post it here (the 500 message URL from the screengrab)
Hope this helps.
Hi, thanks for your response! I located the corresponding json file and checked its validity - it has valid json structure: here is the json:
@Brendan Rice,
That looks like the fieldSets id you're look at.
Collapse the "pages" node in the editor and look for the id. Post an image.
The json looks fine, weird.
Try remove that file from the folder and restart the app/admin area.
Umbraco forms are kept in the file system by default.
SOLVED: Before deleting the form it was necessary to delete any custom workflows that were associated with that form and only after that I was able to delete the form itself.
I don't know if that should work this way, haven't find anything like that in documentation.
is working on a reply...