ClickHelp User Manual

[API] Delete Several TOC Nodes

Deletes multiple TOC nodes along with the linked topics from a project.

DEL projects/{project-id}/toc/nodes 

Authentication

This request requires basic authentication.

Request Parameters

Path params
project-id
string
The ID of the project to delete the specified TOC nodes from. 
Body params
tocNodeIds object
An object consisting of TOC node ID strings. 

Samples

Request sample
Bash (Unix Shell)
curl --location -g --request DELETE 'https://{portal-url}/api/v1/projects/project-deep-space-exploration/toc/nodes' ^
--data-raw '{
"tocNodeIds": [
"9b874ccc-0e0d-470e-839a-73f966b53662",
"c487c94e-f5c0-4c2d-a9ce-243bd77d1873"
]
}'