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' ^ |