For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer Tools
CommunityContact UsConsole
HomeAPI ReferenceDocsChangelog
HomeAPI ReferenceDocsChangelog
  • API Reference
      • POSTCopy folder
      • POSTCreate folder
      • DELDelete folder
      • GETList folder children
      • GETList folders
      • PATCHMove folder
      • GETShow folder
      • PATCHUpdate folder
Logo
Developer Tools
CommunityContact UsConsole
API ReferenceFolders

Delete folder

DELETE
https://api.frame.io/v4/accounts/:account_id/folders/:folder_id
DELETE
/v4/accounts/:account_id/folders/:folder_id
1from frameio import Frameio
2
3client = Frameio(
4 token="YOUR_TOKEN_HERE",
5)
6
7client.folders.delete(
8 account_id="68ca64cf-cb98-4428-93cb-d4c0467a4dd0",
9 folder_id="15c630a5-d74e-40e5-867b-90243ec53435",
10)
1{}

Delete folder by id.
Rate Limits: 60 calls per 1.00 minute(s) per account_user

Was this page helpful?
Previous

List folder children

Next

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequiredformat: "uuid"
A UUID String
folder_idstringRequiredformat: "uuid"
A UUID String

Response

No Content

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error