Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
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": "2023-11-07T05:31:56Z", "isPublic": true, "archivedAt": null }
Delete a project by ID
Bearer token authentication
Project deleted successfully
Was this page helpful?