Skip to main content
DELETE
/
local-folders
/
{local_folder_id}
Delete local folder
curl --request DELETE \
  --url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

local_folder_id
string
required

Local folder ID

Response

Local folder deleted

success
boolean
message
string