ClickHelp User Manual
[API] Delete TOC Node
Deletes a single TOC node along with the linked topic from a project.
DEL projects/{project-id}/toc/nodes/{toc-node-id}
Authentication
This request requires basic authentication.
Request Parameters
Path params
project-id |
string |
The ID of the project to delete the specified TOC node from. |
---|---|---|
toc-node-id | string |
The ID of the TOC node to delete. |
Samples
Request sample
Bash (Unix Shell) |
curl --location -g --request DELETE 'https://{portal-url}/api/v1/projects/project-deep-space-exploration/toc/nodes/0e7adad0-2572-4966-8f02-bc46930cf848' |