APIReferenceFolders
Delete a folder
Subfolders go with it. Codes inside are kept and move to the workspace root.
Authorization
apiKey AuthorizationBearer <token>
An API key from Settings, Developers: Authorization: Bearer kc_live_...
In: header
Path Parameters
id*string
Length
1 <= lengthResponse Body
application/json
curl -X DELETE "https://example.com/folders/string"Empty
Update a folder PATCH
Rename, describe or move a folder. `parentId: null` moves it to the root; moving a folder inside itself is refused.
List templates GET
The designs a new code can start from: your workspace's saved templates plus KuikCode's system designs. Pass an id as `templateId` on POST /codes.