delete_wiki_node
Delete a wiki node from a Feishu wiki space. The associated drive resource is not removed; delete it separately if desired.
Instructions
[Official API, v1.3.7] Delete a Wiki node. Calls DELETE /open-apis/wiki/v2/spaces/{space_id}/nodes/{node_token}. The Feishu SDK does not type this endpoint, so the call goes through raw REST (UAT-first; bot fallback uses client.request). The underlying drive resource (docx / sheet / bitable / file) is NOT deleted — Feishu treats wiki nodes as pointers. To delete the actual resource as well, follow up with manage_drive_file(action=delete, type=<obj_type>, file_token=<obj_token>) (use get_wiki_node first to get obj_type / obj_token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Wiki space ID | |
| node_token | Yes | Wiki node token to delete |