POST
/
api
/
v1
/
content
/
deleteFolder
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/deleteFolder \
  --header 'Content-Type: application/json' \
  --data '{
  "DeleteActions": [
    {
      "Folder": "<string>"
    }
  ],
  "Async": true
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123,
      "Folder": "<string>"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.