/
/user-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Upload1
  • getGet all Apps
  • postCreate an App
  • getGet One App
  • deleteDelete an App
  • patchEdit an App
  • getGet all Campaigns
  • postCreate a Campaign
  • deleteDelete a Campaign
  • getCampaign Views
  • getCSV Export
  • getGet all Media Content
  • patchUpdate Media
  • getGet all Folders
  • postCreate a Folder
  • deleteDelete a Folder
  • patchUpdate a Folder
  • getGet all Devices
  • getGet One Device
  • deleteDelete a Device
  • patchUpdate a Device
  • postControl a Device
  • getGet all Logs
  • getGet All Device Logs
  • getGet logs for a Device
  • getGet all Playback Reports
  • getGet all Overrides
  • postCreate an Override
  • getGet an Override
  • deleteDelete an Override
  • patchUpdate an Override
  • getGet all Pages
  • postAdd a Page
  • getGet a Page
  • deleteDelete a Page
  • patchUpdate a Page
  • getGet all Playlists
  • postCreate a Playlist
  • getGet a Playlist
  • deleteDelete a Playlist
  • patchUpdate a Playlist
  • postCall a Webhook
  • getGet all Webhooks
  • postCreate a Webhook
  • getGet a Webhook
  • deleteDelete a Webhook
  • patchUpdate a Webhook

Delete a Folder

Delete content folders list

delete/content_folders/{id}

Path parameters

idstring required

id of folder

Response

200

account_idstring
created_atnumber
idstring
namestring
parent_idstring
read_only_groupsstring[]
updated_atnumber

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "created_at": 1668032812.3939998,
  "id": "636c292c731de40001036f2b",
  "name": "demo",
  "parent_id": "5dba9273aa4a7e3267dc2179",
  "read_only_groups": [
    "users"
  ],
  "updated_at": 1668032972.351
}

Changes