This document is generated by Aladia.
spaceId
: Space Id where the folder currently residesids
: folderIds to be deletedcurl --location --request DELETE 'https://api.aladia.io/v2/spaces//folders/many' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"661666becf024c47c39a2183",
"661666becf024c47c39a2132"
]
}'
{
"deleted": true
}