Soft delete folders in bulk. When a folder is deleted, any documents it contained will still be available in the document hub.
xxxxxxxxxx
curl --request DELETE \
--url https://alation_domain/integration/v2/folder/ \
--header 'accept: application/json' \
--header 'content-type: application/json'