Skip to main content
DELETE
Removes one or more folder items. The request body is required even though the HTTP method is DELETE.

Path Parameters

string
required
Folder UUID.

Body Parameters

string[]
required
UUIDs of files or slideshows to remove (1-200 items).

Error Responses

  • 400 invalid_json - malformed JSON body
  • 422 invalid_path - folderId is not a valid UUID
  • 422 invalid_payload - missing or invalid item_ids
  • 404 not_found - folder not visible in key scope
  • 404 item_not_found - one or more item IDs are not in the folder
  • 401 - authentication failed (missing/invalid/revoked token)
  • 402 subscription_required - active Creator/Professional/Business plan required
  • 403 tier_not_allowed - Scheduler tier cannot use Partner API
  • 500 folder_items_remove_failed - unexpected failure