Skip to main content
DELETE
/
api
/
v1
/
knowledge
/
collections
/
{id}
Delete knowledge collection
curl --request DELETE \
  --url https://flowra.dev/api/v1/knowledge/collections/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Path Parameters

id
string
required

Collection ID (from GET /knowledge/collections)

Example:

"755ab29c-2864-5cfd-9c2b-4953f7314b21"

Response

200 - application/json

Collection deleted successfully