Delete Several TOC Nodes

Delete Several TOC Nodes

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

Path Parameters
  • project-id
    string
    required

    The ID of the project to delete TOC nodes from.

Body
application/json
tocNodeIds
object

An object consisting of TOC node ID strings.

Example{ "tocNodeIds": [ "9b874ccc-0e0d-470e-839a-73f966b53662", "c487c94e-f5c0-4c2d-a9ce-243bd77d1873" ] }
Responses
  • 200

    OK

DELETE/projects/{project-id}/toc/nodes
curl --location -g --request DELETE 'https://{portal-url}/api/v2/projects/project-deep-space-exploration/toc/nodes' \
--data-raw '{
    "tocNodeIds": [
        "9b874ccc-0e0d-470e-839a-73f966b53662",
        "c487c94e-f5c0-4c2d-a9ce-243bd77d1873"
    ]
}'

No Body