Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"ids": [
"2c92b02398a1a32a0198a1faf5610000",
"2c92b02398a246e10198a25039760004"
]
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/folder/batch/delete' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"2c92b02398a1a32a0198a1faf5610000",
"2c92b02398a246e10198a25039760004"
]
}'
Responses
This response does not have a body.
Modified at 2025-08-13 07:54:58