curl --request DELETE \
--url https://cloud.kaneo.app/api/project/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"workspaceId": "<string>",
"slug": "<string>",
"icon": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "<unknown>",
"isPublic": true
}Delete a project by ID
curl --request DELETE \
--url https://cloud.kaneo.app/api/project/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"workspaceId": "<string>",
"slug": "<string>",
"icon": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "<unknown>",
"isPublic": true
}API Key authentication