Hi!
I am trying to delete a not empty folder, containing some subfolders with templates, using the REST API:
DELETE http://localhost:5488/odata/folders(YhgSlKVN0BJPww3H)
which results in a response
status=204, reason=No Content
but the folder still exists after the successful appearing request.
Is this a bug or am I doing something wrong?
Greetings!