For AI agents: visit https://unearth.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Name | Type | Required? |
|---|
layer_folder_id | text | yes |
Removes a folder
mutation MyMutation {
deleteLayerFolder(layerFolderId: "123abc") {
id
}
}