Skip to main content
DELETE
/
projects
/
{id}
/
folders
/
{folderId}
Detach a folder from a project
curl --request DELETE \
  --url https://app.gc.ai/api/external/v1/projects/{id}/folders/{folderId} \
  --header 'Authorization: <api-key>'
{
  "error": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The project ID

folderId
string<uuid>
required

The folder ID

Response

Folder detached (idempotent, repeat calls are no-ops)