Delete Folder
/folders/{id}
Delete Folder [DELETE]
Delete a single folder. Upon deleting the folder:
- All forms within the folder will be deleted.
- The folder will be removed from all user’s schedules.
Authorization: Admin, Web, Mobile
The server will respond with a confirmation object containing the additional objects this delete will modify. The delete will not be processed until it is confirmed.
Request
Body{ "confirmed": true }
Response 412
Body{ "formsCount": 5, "schedulesCount": 1 }
Response 200
Body{}