Skip to main content
DELETE
Delete a folder

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 folder ID

Query Parameters

recursive
enum<string>

When true, recursively delete subfolders and files. Defaults to false.

Available options:
true,
false
Example:

"true"

Response

Folder deleted successfully