---
title: "Node Action"
method: POST
path: "/api/v1/node/action"
tags: ["node"]
---

# Node Action

`POST /api/v1/node/action`

Node Action

## Request body

- DomainNodeActionReq
  - `action` 'delete', required
  - `ids` string[], required
  - `kb_id` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` object
  - `message` string
  - `success` boolean

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/c088839a56db/schema)
