Delete folders (bulk)Ask AIdelete https://api.safetyculture.io/directory/v1/foldersQuery Paramsfolder_idsarray of stringsrequiredRequired. Folder ids of the folders to be deletedfolder_ids*ADD stringcascade_upbooleanDeleting folders will always cascade down. If a parent is deleted, then all of its children are deleted. When cascade_up is true, if a child is deleted, and it's parent no longer has any children, then it will be deleted too. This will cascade all the way up the tree.truefalsedomainstringdomain represents the type/domain/hierarchy for the folder. This is used for deleting folders within a specified domainResponses 200A successful response. defaultAn unexpected error response.Updated 5 months ago