Kaneo Logo
Projects

Delete Project

Delete a project by ID

DELETE
/project/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://cloud.kaneo.app/api/project/string"
{
  "id": "string",
  "workspaceId": "string",
  "slug": "string",
  "icon": "string",
  "name": "string",
  "description": "string",
  "createdAt": null,
  "isPublic": true
}